Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.17 KB

DoubleTransferResponse.md

File metadata and controls

12 lines (9 loc) · 1.17 KB

# DoubleTransferResponse

Properties

Name Type Description Notes
transaction_signature string The signature of the transaction [optional]
confirmed bool Whether or not the transaction was confirmed or simply submitted for processing. The status depends on your input for `wait_for_confirmation`. This only is returned when you are submitting a transaction, not when retrieving signatures for a public key, for example. [optional]
b58_compiled_transaction 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]
compiled_transaction object An array of integers representing the bytes of the transaction [optional]

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