Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.65 KB

GeneralTransactionResponse.md

File metadata and controls

25 lines (20 loc) · 1.65 KB

Org.OpenAPITools.Model.GeneralTransactionResponse

Properties

Name Type Description Notes
TransactionBlockchainIdentifier string The identifier of the transaction [optional]
TransactionConfirmed bool Whether or not the transaction was confirmed [optional]
B58CompiledTransaction string A base58 encoded byte array in string representation. Really easy to submit to Phantom. See <a href=&quot;https://github.com/BL0CK-X/blockchain-api/blob/main/examples/tutorials/phantom_tutorials/transfer_solana.html\" target=&quot;_blank&quot;>here</a> for an example on how to submit it to a Phantom wallet for signing. [optional]
CompiledTransaction Object An array of integers representing the bytes of the transaction [optional]
ChainId string Indicates the chain that the transaction was compiled for (e.g., ropsten or mainnet). [optional]
Data string The transaction data [optional]
From string The address expected to sign and submit the transaction [optional]
To string The contract. This should match your provided value for `token_blockchain_identifier`. [optional]
Gas decimal [optional]
MaxFeePerGas decimal [optional]
MaxPriorityFeePerGas decimal [optional]
Nonce decimal [optional]
Value decimal [optional]

[Back to Model list] [Back to API list] [Back to README]