Type alias InterchainTokenServiceDeployInterchainTokenArgs
InterchainTokenServiceDeployInterchainTokenArgs: {
decimals: number;
destinationChain: string;
gasValue: bigint;
minter: `0x${string}`;
name: string;
salt: `0x${string}`;
symbol: string;
}
Type declaration
decimals: number
destinationChain: string
gasValue: bigint
minter: `0x${string}`
name: string
salt: `0x${string}`
symbol: string