CreateDeployTokenRequest represents the message to create a deploy token command for AxelarGateway

interface CreateDeployTokenRequest {
    address: Uint8Array;
    asset?: Asset;
    chain: string;
    dailyMintLimit: string;
    sender: Uint8Array;
    tokenDetails?: TokenDetails;
}

Properties

address: Uint8Array
asset?: Asset
chain: string
dailyMintLimit: string
sender: Uint8Array
tokenDetails?: TokenDetails

Generated using TypeDoc