Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 898 Bytes

SolanaPublicKey.md

File metadata and controls

12 lines (8 loc) · 898 Bytes

SolanaPublicKey

Properties

Name Type Description Notes
publicKey String The public key in base58 form. This is used in the Solana blockchain. (e.g., `3Gdu3Uf97jw4Kac8xHEm5Hqmob3BrvJhf3We8s9t5Q2c`) [optional]
hexPublicKey String The public key in hex form. This is used in the Near blockchain. (e.g., `0xdf96e3094ab33558dbe14e743aceded3779307b931e12bd6f526fe450db70910`) [optional]
hexPublicAddress String The public address in hex form of the wallet. This is commonly used in Ethereum, Binance, and Avalanche C-Chain. (e.g., `0xB2b2d42C3adA171633E36b427F062f85A642F453`) [optional]

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