T_Iota_Lib_CSharp_Api_Model_Bundle - iotaledger-archive/iota.lib.csharp GitHub Wiki
This class represents a Bundle, a set of transactions
System.Object
Iota.Lib.CSharp.Api.Model.Bundle
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public class Bundle : IComparable<Bundle>
The Bundle type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Bundle() | Initializes a new instance of the Bundle class without transactions. |
![]() |
Bundle(List(Transaction), Int32) | Initializes a new instance of the Bundle class. |
Name | Description | |
---|---|---|
![]() |
Item | Gets the Transaction at the specified index. |
![]() |
Length | Gets or sets the length of the bundle |
![]() |
Transactions | Gets or sets the transactions. |
Name | Description | |
---|---|---|
![]() |
AddEntry | Adds a bundle entry |
![]() |
AddTrytes | Adds the trytes. |
![]() |
CompareTo | Compares the current object with another object of the same type. |
![]() |
FinalizeBundle() | Finalizes the bundle. |
![]() |
FinalizeBundle(ICurl) | Finalizes the bundle using the specified curl implementation |
![]() |
NormalizedBundle | Normalizeds the bundle. |
![]() |
ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |