# Functions
GetAccountTypes returns all AccountTypeInterface (useful for loops).
NewAccountType returns the appropriate AccountTypeInterface object based on the account account type nul and account public key.
NewAccountTypeFromAccount returns the appropriate AccountTypeInterface object based on the account full address (account type + account public key).
ParseBytesToAccountType parse an AccountAddress from a bytes.Buffer and returns the appropriate AccountTypeInterface object.
ParseEncodedAccountToAccountAddress parse an encoded account type into a full account address ([]byte) Note: we must know the account type first to do it.
# Structs
BTCAccountType a dummy account type.
EmptyAccountType the default account type.
EstoniaEidAccountType the default account type.
ETHAccountType the default account type.
ZbcAccountType the default account type.
# Interfaces
AccountTypeInterface interface define the different behavior of each address.