Type alias InterchainTokenServiceDeployTokenManagerArgs
InterchainTokenServiceDeployTokenManagerArgs: {
destinationChain: string;
gasValue: bigint;
params: `0x${string}`;
salt: `0x${string}`;
tokenManagerType: number;
}
Type declaration
destinationChain: string
gasValue: bigint
params: `0x${string}`
salt: `0x${string}`
tokenManagerType: number