Type alias InterchainTokenServiceUpgradeArgs
InterchainTokenServiceUpgradeArgs: {
newImplementation: `0x${string}`;
newImplementationCodeHash: `0x${string}`;
params: `0x${string}`;
}
Type declaration
newImplementation: `0x${string}`
newImplementationCodeHash: `0x${string}`
params: `0x${string}`