Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 885 Bytes

GeneralB58PrivateKey.md

File metadata and controls

9 lines (5 loc) · 885 Bytes

theblockchainapi.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`