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