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_Transaction

saniro edited this page Feb 16, 2017 · 1 revision

Transaction Class

This class represents an iota transaction

Inheritance Hierarchy

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)

Syntax

C#

public class Transaction

The Transaction type exposes the following members.

Constructors

 

Name Description
Public method Transaction() Initializes a new instance of the Transaction class.
Public method Transaction(String) Initializes a new instance of the Transaction class.
Public method Transaction(String, ICurl) Initializes a new instance of the Transaction class.
Public method Transaction(String, String, String, String) Initializes a new instance of the Transaction class.
  Back to Top

Properties

 

Name Description
Public property Address Gets or sets the address.
Public property BranchTransaction Gets or sets the branch transaction.
Public property Bundle Gets or sets the bundle.
Public property CurrentIndex Gets or sets the index of the current.
Public property Digest Gets or sets the digest.
Public property Hash Gets or sets the hash.
Public property Index Gets or sets the index.
Public property LastIndex Gets or sets the last index.
Public property Nonce Gets or sets the nonce.
Public property Persistance Gets or sets a value indicating whether this Transaction is persistance.
Public property SignatureFragment Gets or sets the signature fragment.
Public property SignatureMessageChunk Gets or sets the signature message chunk.
Public property Tag Gets or sets the tag.
Public property Timestamp Gets or sets the timestamp.
Public property TrunkTransaction Gets or sets the trunk transaction.
Public property Type Gets or sets the type.
Public property Value Gets or sets the value.
  Back to Top

Methods

 

Name Description
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
Public method ToTransactionTrytes Converts the transaction to the corresponding trytes representation
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Model Namespace

Clone this wiki locally