Interface TradeAccountResponse

Export

TradeAccountResponse

interface TradeAccountResponse {
    asset: string;
    last_add_height?: number;
    last_withdraw_height?: number;
    owner: string;
    units: string;
}

Properties

asset: string

trade account asset with "~" separator

Memberof

TradeAccountResponse

last_add_height?: number

last thorchain height trade assets were added to trade account

Memberof

TradeAccountResponse

last_withdraw_height?: number

last thorchain height trade assets were withdrawn from trade account

Memberof

TradeAccountResponse

owner: string

thor address of trade account owner

Memberof

TradeAccountResponse

units: string

units of trade asset belonging to this owner

Memberof

TradeAccountResponse

Generated using TypeDoc