Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Core_BroadcastTransactionsRequest

saniro edited this page Feb 16, 2017 · 1 revision

BroadcastTransactionsRequest Class

Broadcast a list of transactions to all neighbors. The input trytes for this call are provided by attachToTangle

Inheritance Hierarchy

System.Object
  Iota.Lib.CSharp.Api.Core.IotaRequest
    Iota.Lib.CSharp.Api.Core.BroadcastTransactionsRequest
Namespace: Iota.Lib.CSharp.Api.Core
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public class BroadcastTransactionsRequest : IotaRequest

The BroadcastTransactionsRequest type exposes the following members.

Constructors

 

Name Description
Public method BroadcastTransactionsRequest Initializes a new instance of the BroadcastTransactionsRequest class.
  Back to Top

Properties

 

Name Description
Public property Command Gets or sets the command. (Inherited from IotaRequest.)
Public property Trytes Gets or sets the trytes representing the transactions
  Back to Top

Methods

 

Name Description
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Core Namespace

Clone this wiki locally