M_Iota_Lib_CSharp_Api_Model_Bundle__ctor_1 - iotaledger-archive/iota.lib.csharp GitHub Wiki
Initializes a new instance of the Bundle class.
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public Bundle(
List<Transaction> transactions,
int length
)
- transactions
- Type: System.Collections.Generic.List(Transaction)
The transactions. - length
- Type: System.Int32
The length.
Bundle Class
Bundle Overload
Iota.Lib.CSharp.Api.Model Namespace