RawTransaction class abstract

Raw transactions mirror the data on the blockchain. Amounts in lovelace.

Implementers
Available Extensions

Constructors

RawTransaction()

Properties

blockHash String
no setter
blockIndex int
index within block
no setter
fees Coin
no setter
hashCode int
The hash code for this object.
no setterinherited
inputs List<TransactionInput>
no setter
outputs List<TransactionOutput>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransactionStatus
no setter
time DateTime
no setter
txId String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited