M_Iota_Lib_CSharp_Api_IotaApi_SendTrytes - iotaledger-archive/iota.lib.csharp GitHub Wiki
Sends the trytes.
Namespace: Iota.Lib.CSharp.Api
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public Transaction[] SendTrytes(
string[] trytes,
int depth,
int minWeightMagnitude = 18
)
- trytes
- Type: System.String[]
The trytes. - depth
- Type: System.Int32
The depth. - minWeightMagnitude (Optional)
- Type: System.Int32
Optional (default 18). The minimum weight magnitude.
Type: Transaction[]
an Array of Transactions