Name | Type | Description | Notes |
---|---|---|---|
transaction_blockchain_identifier | string | The identifier of the transaction | [optional] |
transaction_confirmed | bool | Whether or not the transaction was confirmed | [optional] |
b58_compiled_transaction | string | A base58 encoded byte array in string representation. Really easy to submit to Phantom. See <a href="https://github.com/BL0CK-X/blockchain-api/blob/main/examples/tutorials/phantom_tutorials/transfer_solana.html\" target="_blank">here</a> for an example on how to submit it to a Phantom wallet for signing. | [optional] |
compiled_transaction | object | An array of integers representing the bytes of the transaction | [optional] |
chain_id | 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 | float | [optional] | |
max_fee_per_gas | float | [optional] | |
max_priority_fee_per_gas | float | [optional] | |
nonce | float | [optional] | |
value | float | [optional] |