Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.03 KB

GeneralB58PrivateKey.md

File metadata and controls

13 lines (8 loc) · 1.03 KB

Org.OpenAPITools.Model.GeneralB58PrivateKey

Properties

Name Type Description Notes
B58PrivateKey string A private key corresponds to exactly one public key address. A private key can be used to move assets out of the wallet and sign transaction with the corresponding public key. A base58-encoded private key is a base58-encoded version of the typical private key. It is represented as a string (e.g., `4waBTVeAVWEAczSdx36uMrR19668ACgQDs7r386vrUes3UCzvXCQ2FPSCVGb1zJrwcULgpNzgABreyQaWSpGBwfx`). <a href=&quot;https://phantom.app\" target=&quot;_blank&quot;>Phantom</a> is a popular wallet interface on Solana that allows you to export your private key in this format. You can use `b58_private_key` for Chains: `solana`, `near`

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