Base
The simplest representation of an account, it's initialized by a 'Public Key' string. Cannot perform any changes or approve transactions.
How to use
'Base' accounts can be initialized by simply generating a new instance and passing a publicKey
within an object as the main argument.
Last updated