interface ContractCallWithMintApproved {
    asset?: Coin;
    chain: string;
    commandId: Uint8Array;
    contractAddress: string;
    destinationChain: string;
    eventId: string;
    payloadHash: Uint8Array;
    sender: string;
}

Properties

asset?: Coin
chain: string
commandId: Uint8Array
contractAddress: string
destinationChain: string
eventId: string
payloadHash: Uint8Array
sender: string

Generated using TypeDoc