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

M_Iota_Lib_CSharp_Api_IotaApi_SendTrytes

saniro edited this page Feb 16, 2017 · 1 revision

IotaApi.SendTrytes Method

Sends the trytes.

Namespace: Iota.Lib.CSharp.Api
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public Transaction[] SendTrytes(
	string[] trytes,
	int depth,
	int minWeightMagnitude = 18
)

Parameters

 

trytes
Type: System.String[]
The trytes.
depth
Type: System.Int32
The depth.
minWeightMagnitude (Optional)
Type: System.Int32
Optional (default 18). The minimum weight magnitude.

Return Value

Type: Transaction[]
an Array of Transactions

See Also

Reference

IotaApi Class
Iota.Lib.CSharp.Api Namespace

Clone this wiki locally