Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 867 Bytes

SolanaPublicKey.md

File metadata and controls

11 lines (8 loc) · 867 Bytes

# SolanaPublicKey

Properties

Name Type Description Notes
public_key string The public key in base58 form. This is used in the Solana blockchain. (e.g., `3Gdu3Uf97jw4Kac8xHEm5Hqmob3BrvJhf3We8s9t5Q2c`) [optional]
hex_public_key string The public key in hex form. This is used in the Near blockchain. (e.g., `0xdf96e3094ab33558dbe14e743aceded3779307b931e12bd6f526fe450db70910`) [optional]
hex_public_address 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]