BlocktrailSdk


Transaction

Transaction returned from the Blocktrail client.

Constructors

ConstructorDescription
new()
Signature: unit -> Transaction

Instance members

Instance memberDescription
Block
Signature: Block

Retreive the Block containing this transaction.

BlockHash
Signature: string
BlockHeight
Signature: int
BlockTime
Signature: string
Confirmations
Signature: int
ContainsDust
Signature: Nullable<bool>
EnoughFee
Signature: Nullable<bool>
EstimatedChange
Signature: Nullable<int64>
EstimatedChangeAddress
Signature: string
EstimatedValue
Signature: int64
FirstSeenAt
Signature: string
Hash
Signature: string
HighPriority
Signature: Nullable<bool>
Inputs
Signature: TransactionInput array
IsCoinbase
Signature: bool
LastSeenAt
Signature: string
Outputs
Signature: TransactionOutput array
TotalFee
Signature: int
TotalInputValue
Signature: int64
TotalOutputValue
Signature: int64
Fork me on GitHub