Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 845 Bytes

SolanaTransactionCompiledResponse.md

File metadata and controls

11 lines (7 loc) · 845 Bytes

SolanaTransactionCompiledResponse

Properties

Name Type Description Notes
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 AnyCodable An array of integers representing the bytes of the transaction [optional]

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