Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/orchestration
IBCMsgTransferOptions
Interface IBCMsgTransferOptions
Options for
OrchestrationAccountI
transfer
method.
See
ICS 20 Data Structures
interface
IBCMsgTransferOptions
{
memo
?:
string
;
timeoutHeight
?:
Height
;
timeoutTimestamp
?:
bigint
;
}
Index
Properties
memo?
timeout
Height?
timeout
Timestamp?
Properties
Optional
memo
memo
?:
string
Optional
timeout
Height
timeout
Height
?:
Height
Optional
timeout
Timestamp
timeout
Timestamp
?:
bigint
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
On This Page
Properties
memo
timeout
Height
timeout
Timestamp
API documentation of Agoric SDK
Loading...
Options for OrchestrationAccountI
transfer
method.See
ICS 20 Data Structures