ERC20Deposit contains information for an ERC20 deposit

interface ERC20Deposit {
    amount: Uint8Array;
    asset: string;
    burnerAddress: Uint8Array;
    destinationChain: string;
    logIndex: Long;
    txId: Uint8Array;
}

Properties

amount: Uint8Array
asset: string
burnerAddress: Uint8Array
destinationChain: string
logIndex: Long
txId: Uint8Array

Generated using TypeDoc