The EVM account used for C-chain or any EVM chain operations. Type: Account
Get the EVM address for the account.
The EVM address for the account. Address
Get the XP address for the X and P chain account.
Optional
chain: "X" | "P" | "C"The chain to get the XP address for. "X" | "P" | "C"
Optional
hrp: stringThe human readable prefix to use for the XP address. Default to "avax"
. "avax" | "fuji" | any custom hrp
The XP address for the account. XPAddress
Optional
xpThe AVM and PVM account used for X and P chain operations. Type: XPAccount
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.