Export

InboundAddress

interface InboundAddress {
    address?: string;
    chain?: string;
    chain_lp_actions_paused?: boolean;
    chain_trading_paused?: boolean;
    dust_threshold?: string;
    gas_rate?: string;
    gas_rate_units?: string;
    global_trading_paused?: boolean;
    halted: boolean;
    outbound_fee?: string;
    outbound_tx_size?: string;
    pub_key?: string;
    router?: string;
}

Properties

address?: string

Memberof

InboundAddress

chain?: string

Memberof

InboundAddress

chain_lp_actions_paused?: boolean

Returns true if LP actions are paused for this chain

Memberof

InboundAddress

chain_trading_paused?: boolean

Returns true if trading is paused for this chain

Memberof

InboundAddress

dust_threshold?: string

Defines the minimum transaction size for the chain in base units (sats, wei, uatom). Transactions with asset amounts lower than the dust_threshold are ignored.

Memberof

InboundAddress

gas_rate?: string

The minimum fee rate used by vaults to send outbound TXs. The actual fee rate may be higher. For EVM chains this is returned in gwei (1e9).

Memberof

InboundAddress

gas_rate_units?: string

Units of the gas_rate.

Memberof

InboundAddress

global_trading_paused?: boolean

Returns true if trading is paused globally

Memberof

InboundAddress

halted: boolean

Returns true if trading is unavailable for this chain, either because trading is halted globally or specifically for this chain

Memberof

InboundAddress

outbound_fee?: string

The total outbound fee charged to the user for outbound txs in the gas asset of the chain.

Memberof

InboundAddress

outbound_tx_size?: string

Avg size of outbound TXs on each chain. For UTXO chains it may be larger than average, as it takes into account vault consolidation txs, which can have many vouts

Memberof

InboundAddress

pub_key?: string

Memberof

InboundAddress

router?: string

Memberof

InboundAddress

Generated using TypeDoc