Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.12 KB

WalletIdentifiers.md

File metadata and controls

16 lines (11 loc) · 1.12 KB

Org.OpenAPITools.Model.WalletIdentifiers

Properties

Name Type Description Notes
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]
HexPublicKey string The public key in hex form. This is used in the Near blockchain. (e.g., `0xdf96e3094ab33558dbe14e743aceded3779307b931e12bd6f526fe450db70910`) [optional]
BechPublicAddress 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]
PublicKey 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]