action details among with related transactions

Export

Action

interface Action {
    date: string;
    height: string;
    in: Transaction[];
    metadata: Metadata;
    out: Transaction[];
    pools: string[];
    status: ActionStatusEnum;
    type: ActionTypeEnum;
}

Properties

date: string

Int64, nano timestamp of the block at which the action was registered

Memberof

Action

height: string

Int64, height of the block at which the action was registered

Memberof

Action

Inbound transactions related to the action

Memberof

Action

metadata: Metadata

Memberof

Action

Outbound transactions related to the action

Memberof

Action

pools: string[]

Pools involved in the action

Memberof

Action

Indicates if the action is completed or if related outbound transactions are still pending.

Memberof

Action

Type of action

Memberof

Action

Generated using TypeDoc