Type alias PendingWithdrawal

PendingWithdrawal: {
    amount: BigNumber;
    fromNetwork: BridgeNetwork;
    nonce: BigNumber;
    toNetwork: BridgeNetwork;
    tokenSymbol: string;
    txHash: string;
}

Type declaration

Generated using TypeDoc