BurnerInfo describes information required to burn token at an burner address that is deposited by an user

interface BurnerInfo {
    asset: string;
    burnerAddress: Uint8Array;
    destinationChain: string;
    salt: Uint8Array;
    symbol: string;
    tokenAddress: Uint8Array;
}

Properties

asset: string
burnerAddress: Uint8Array
destinationChain: string
salt: Uint8Array
symbol: string
tokenAddress: Uint8Array

Generated using TypeDoc