InboundDetail: {
address: Address;
chain: Chain;
gasRate: BigNumber;
gasRateUnits: string;
haltedChain: boolean;
haltedLP: boolean;
haltedTrading: boolean;
outboundFee: BigNumber;
outboundTxSize: BigNumber;
router?: Address;
}
Type declaration
address: Address
chain: Chain
gasRate: BigNumber
gasRateUnits: string
haltedChain: boolean
haltedLP: boolean
haltedTrading: boolean
outboundFee: BigNumber
outboundTxSize: BigNumber
Optional
router?: Address
Represents inbound detail.