Type alias InterchainTokenServiceGetExpressExecutorArgs
InterchainTokenServiceGetExpressExecutorArgs: {
commandId: `0x${string}`;
payloadHash: `0x${string}`;
sourceAddress: string;
sourceChain: string;
}
Type declaration
commandId: `0x${string}`
payloadHash: `0x${string}`
sourceAddress: string
sourceChain: string