Type alias InterchainTokenServiceExecuteArgs
InterchainTokenServiceExecuteArgs: {
commandId: `0x${string}`;
payload: `0x${string}`;
sourceAddress: string;
sourceChain: string;
}
Type declaration
commandId: `0x${string}`
payload: `0x${string}`
sourceAddress: string
sourceChain: string