The date and time this version of the TxRequest document was created.
Example: {}
createdDatestring<date-time>required
The date and time the version 1 TxRequest document was created.
Example: {}
userIdstringrequired
The Id of the User that produced this version of the TxRequest document. Could have created a new document or updated an existing document.
intentAny ofrequired
noncestring
The 'nonce' of a transaction (optional)
memostring
intentTypestringrequired
Allowed value: claim
sequenceIdstring
A "sequenceId" is a unique and arbitrary wallet identifier applied to transfers and transactions at creation. It is optional but highly recommended. With a "sequenceId" you can easily reference transfers and transactions—for example, to safely retry sending. Because BitGo only confirms one send request per "sequenceId" (and fails all subsequent attempts), you can retry sending without the risk of double spending. The "sequenceId" is only visible to users on the wallet and is not shared publicly. It is the responsibility of the caller to keep track of this ID.
Example: abc123
commentstring
The "comment" is only visible to users on the wallet and is not shared publicly.
stakingRequestIdstringrequired
stakingAddressstringrequired
The staking account.
amountobjectrequired
The amount, in lamports, to claim.
intentsrequired
noncestring
The 'nonce' of a transaction (optional)
memostring
intentTypestringrequired
Allowed value: claim
sequenceIdstring
A "sequenceId" is a unique and arbitrary wallet identifier applied to transfers and transactions at creation. It is optional but highly recommended. With a "sequenceId" you can easily reference transfers and transactions—for example, to safely retry sending. Because BitGo only confirms one send request per "sequenceId" (and fails all subsequent attempts), you can retry sending without the risk of double spending. The "sequenceId" is only visible to users on the wallet and is not shared publicly. It is the responsibility of the caller to keep track of this ID.
Example: abc123
commentstring
The "comment" is only visible to users on the wallet and is not shared publicly.
stakingRequestIdstringrequired
stakingAddressstringrequired
The staking account.
amountobjectrequired
The amount, in lamports, to claim.
pendingApprovalIdstring
The id of the Pending Approval that was created for the TxRequest if one was required.
unsignedTxsarray[object]
serializedTxHexstringrequired
The unsigned transaction as a hex string.
signableHexstringrequired
The portion of a transaction used to generate a signature (may or may not be the same as serializedTxHex) as a hex string.