Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.17 KB

GeneralPrivateKey.md

File metadata and controls

13 lines (8 loc) · 1.17 KB

Org.OpenAPITools.Model.GeneralPrivateKey

Properties

Name Type Description Notes
PrivateKey Object 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 private key is an array of integers (e.g., `[185,108,153,165,57,193,166,167,58,148,133,121,92,252,242,13,233,246,35,103,185,20,27,56,111,169,12,50,50,36,83,156,173,195,143,75,135,78,204,129,217,231,58,129,69,180,185,86,119,43,200,193,94,112,31,135,68,128,207,26,85,150,68,181]`). <a href=&quot;https://solflare.com\" target=&quot;_blank&quot;>Solflare</a> is a popular wallet interface on Solana that allows you to export your private key in this format. You can use `private_key` for Chains: `avalanche`, `binance_smart_chain`, `ethereum`, `solana`, `near`.

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