Abstract
The Account class is used to implement protocols related accounts - Ethereum, Solana, ... It contains the account's address and public key.
All inherited classes of account must implement the GetChain and Sign methods.
Protected
Readonly
The Account class is used to implement protocols related accounts - Ethereum, Solana, ... It contains the account's address and public key.
All inherited classes of account must implement the GetChain and Sign methods.