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