Name | Type | Description | Notes |
---|---|---|---|
hex_private_key | string | A hex private key is the typical private key used on Ethereum, for example. It looks like this: `0x200b9e5baa38b0dc7551645be11b394e9bf2b04532e4af8824bed2b3de2e0dc0`. You can use `hex_private_key` for chains: `avalanche`, `binance_smart_chain`, `ethereum`. | |
private_key | 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="https://solflare.com\" target="_blank">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`. | |
b58_private_key | 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="https://phantom.app\" target="_blank">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` |