T_Iota_Lib_CSharp_Api_Model_Transaction - iotaledger-archive/iota.lib.csharp GitHub Wiki
This class represents an iota transaction
System.Object
Iota.Lib.CSharp.Api.Model.Transaction
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public class Transaction
The Transaction type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Transaction() | Initializes a new instance of the Transaction class. |
![]() |
Transaction(String) | Initializes a new instance of the Transaction class. |
![]() |
Transaction(String, ICurl) | Initializes a new instance of the Transaction class. |
![]() |
Transaction(String, String, String, String) | Initializes a new instance of the Transaction class. |
Name | Description | |
---|---|---|
![]() |
Address | Gets or sets the address. |
![]() |
BranchTransaction | Gets or sets the branch transaction. |
![]() |
Bundle | Gets or sets the bundle. |
![]() |
CurrentIndex | Gets or sets the index of the current. |
![]() |
Digest | Gets or sets the digest. |
![]() |
Hash | Gets or sets the hash. |
![]() |
Index | Gets or sets the index. |
![]() |
LastIndex | Gets or sets the last index. |
![]() |
Nonce | Gets or sets the nonce. |
![]() |
Persistance | Gets or sets a value indicating whether this Transaction is persistance. |
![]() |
SignatureFragment | Gets or sets the signature fragment. |
![]() |
SignatureMessageChunk | Gets or sets the signature message chunk. |
![]() |
Tag | Gets or sets the tag. |
![]() |
Timestamp | Gets or sets the timestamp. |
![]() |
TrunkTransaction | Gets or sets the trunk transaction. |
![]() |
Type | Gets or sets the type. |
![]() |
Value | Gets or sets the value. |
Name | Description | |
---|---|---|
![]() |
ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |
![]() |
ToTransactionTrytes | Converts the transaction to the corresponding trytes representation |