The contract ABI function signature or callData field is required for interacting with the smart contract. The ABI function signature cannot be used simultaneously with callData. e.g. burn(uint256)
Memberof
Transaction
OptionalabiParameters
abiParameters?:AbiParametersInner[]
The contract ABI function signature parameters for executing the contract interaction. Supported parameter types include string, integer, boolean, and array. These parameters should be used exclusively with the abiFunctionSignature and cannot be used with callData.
Memberof
Transaction
OptionalamountInUSD
amountInUSD?:string
Transaction amount in USD decimal format.
Memberof
Transaction
Optionalamounts
amounts?:string[]
Transfer amounts in decimal number format, at least one element is required for transfer. For ERC721 token transfer, the amounts field is required to be ["1"] (array with "1" as the only element).
Memberof
Transaction
blockchain
blockchain:Blockchain
Memberof
Transaction
OptionalblockHash
blockHash?:string
Identifier for the block that includes the transaction.
Memberof
Transaction
OptionalblockHeight
blockHeight?:number
Block height of the transaction, representing the number of blockchain confirmations.
Memberof
Transaction
OptionalcontractAddress
contractAddress?:string
The blockchain address of the contract to be executed.
Memberof
Transaction
createDate
createDate:string
Date and time the resource was created, in ISO-8601 UTC format.
Memberof
Transaction
OptionalcustodyType
custodyType?:CustodyType
Memberof
Transaction
OptionaldestinationAddress
destinationAddress?:string
Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects.
Memberof
Transaction
OptionalerrorDetails
errorDetails?:string
Additional detail associated with the corresponding transaction's error reason
Memberof
Transaction
OptionalerrorReason
errorReason?:string
Description of the error. Only present for transactions in FAILED state.
Memberof
Transaction
OptionalestimatedFee
estimatedFee?:TransactionFee
Memberof
Transaction
OptionalfeeLevel
feeLevel?:FeeLevel
Memberof
Transaction
OptionalfirstConfirmDate
firstConfirmDate?:string
Date the transaction was first confirmed in a block. ISO-8601 UTC date/time.
Memberof
Transaction
id
id:string
System-generated unique identifier of the resource.
Memberof
Transaction
OptionalnetworkFee
networkFee?:string
Gas fee, in native token, paid to the network for the transaction.
Memberof
Transaction
OptionalnetworkFeeInUSD
networkFeeInUSD?:string
Gas fee, in USD, paid to the network for the transaction.
Memberof
Transaction
Optionalnfts
nfts?:string[]
List of Nfts, in JSON string format, associated with the transaction.
Memberof
Transaction
Optionaloperation
operation?:Operation
Memberof
Transaction
OptionalrefId
refId?:string
Optional reference or description used to identify the transaction.
Memberof
Transaction
OptionalsourceAddress
sourceAddress?:string
Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects.
Memberof
Transaction
state
state:TransactionState
Memberof
Transaction
OptionaltokenId
tokenId?:string
System-generated unique identifier of the resource.
Export
Transaction