Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.06 KB

WalletIdentifiers.md

File metadata and controls

12 lines (9 loc) · 1.06 KB

# WalletIdentifiers

Properties

Name Type Description Notes
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]
hex_public_key string The public key in hex form. This is used in the Near blockchain. (e.g., `0xdf96e3094ab33558dbe14e743aceded3779307b931e12bd6f526fe450db70910`) [optional]
bech_public_address string The bech-32 encoded public address of the wallet, commonly used for the X and P chains of Avalanche. (e.g., `X-avax1rlxm7ygahlzfjgj4s965t0lk0ucm8v48rc9r5r`) [optional]
public_key string The public key in base58 form. This is used in the Solana blockchain. (e.g., `3Gdu3Uf97jw4Kac8xHEm5Hqmob3BrvJhf3We8s9t5Q2c`) [optional]

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