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

T_Iota_Lib_CSharp_Api_Model_Bundle

saniro edited this page Feb 16, 2017 · 1 revision

Bundle Class

This class represents a Bundle, a set of transactions

Inheritance Hierarchy

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)

Syntax

C#

public class Bundle : IComparable<Bundle>

The Bundle type exposes the following members.

Constructors

 

Name Description
Public method Bundle() Initializes a new instance of the Bundle class without transactions.
Public method Bundle(List(Transaction), Int32) Initializes a new instance of the Bundle class.
  Back to Top

Properties

 

Name Description
Public property Item Gets the Transaction at the specified index.
Public property Length Gets or sets the length of the bundle
Public property Transactions Gets or sets the transactions.
  Back to Top

Methods

 

Name Description
Public method AddEntry Adds a bundle entry
Public method AddTrytes Adds the trytes.
Public method CompareTo Compares the current object with another object of the same type.
Public method FinalizeBundle() Finalizes the bundle.
Public method FinalizeBundle(ICurl) Finalizes the bundle using the specified curl implementation
Public method NormalizedBundle Normalizeds the bundle.
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Model Namespace

Clone this wiki locally