Options for OrchestrationAccountI transfer method.

interface IBCMsgTransferOptions {
    memo?: string;
    timeoutHeight?: Height;
    timeoutTimestamp?: bigint;
}

Properties

memo?: string
timeoutHeight?: Height
timeoutTimestamp?: bigint