Optional
publicKey: stringOptional
rpcId: numberReadonly
addressOptional
selectedReadonly
walletAsk for a Provider Account a read Access to its encryption publicKey If the encryption public Key is already loaded, nothing happens
This method will throw if:
Optional
chainOrRpc: RpcId | RpcTypeRetrieves the ALEPH token balance for a specified wallet address.
The Sign method provides a way to sign a given Aleph message using an ethereum account. The full message is not used as the payload, only fields of the BaseMessage type are.
The signMessage method of the package 'ethers' is used as the signature method.
The Aleph message to sign, using some of its fields.
ETHAccount implements the Account class for the Ethereum protocol. It is used to represent an ethereum account when publishing a message on the Aleph network.