NextTxResponse
Hierarchy
NextTxResponse
↳
SocketTx
Table of contents
Properties
Properties
activeRouteId
• activeRouteId: number
Id of Active Route.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:10
approvalData
• approvalData: null
| ApprovalData
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:44
chainId
• chainId: ChainId
Id of chain where transaction has to be sent.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:22
totalUserTx
• totalUserTx: number
Total number of transactions in Active Route.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:43
txData
• txData: string
Calldata for transaction.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:26
txTarget
• txTarget: string
Address to which transaction has to be sent.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:18
txType
• txType: TxType
Type of transaction.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:30
userTxIndex
• userTxIndex: number
Index of transaction in Active Route. Index of the object in the userTxs array.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:39
userTxType
• userTxType: UserTxType
Type of user transaction.
Defined in
socket-v2-sdk/src/client/models/NextTxResponse.ts:14
value
• value: string
Native token amount to be sent with transaction.