Options for the hdKeyToAvalancheAccount function.
LocalXPAccount is a type that represents an X or P chain account. It is a local account.
XPAccount is a type that represents an X or P chain account. It can be a local account or a remote account.
XPAddress is a type that represents an X or P chain address.
Converts a HD key to an Avalanche account.
Converts a mnemonic to an Avalanche account.
Parse an account or address to an AvalancheAccount
Converts a private key to an Avalanche account.
Converts a private key to an XP account.
Converts a private key to an XP address.
Converts a private key to an XP public key.
Converts a public key to an XP address.
Recovers a public key from a signature and message.
Signs a message with an XP private key.
Signs a transaction hash with an XP private key.
Verifies a signature.
AvalancheAccount is a type that represents an account on the Avalanche network. It can be a combination of an EVM account and an XP account.