Transaction data

Export

Transaction

interface Transaction {
    address: string;
    coins: Coins;
    height?: string;
    txID: string;
}

Properties

address: string

Sender address

Memberof

Transaction

coins: Coins

Memberof

Transaction

height?: string

The thorchain height that the outbound transaction occurred.

Memberof

Transaction

txID: string

Transaction id hash. Some transactions (such as outbound transactions made in the native asset) may have a zero value.

Memberof

Transaction

Generated using TypeDoc