M_Iota_Lib_CSharp_Api_Model_Transaction__ctor_2 - iotaledger-archive/iota.lib.csharp GitHub Wiki
Initializes a new instance of the Transaction class.
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public Transaction(
string trytes,
ICurl curl
)
- trytes
- Type: System.String
The trytes representing the transaction - curl
- Type: Iota.Lib.CSharp.Api.Utils.ICurl
The curl implementation.
Exception | Condition |
---|---|
ArgumentException | trytes must non-null or position " + i + "must not be '9' |
Transaction Class
Transaction Overload
Iota.Lib.CSharp.Api.Model Namespace