Enum AccountType
We need to leave the 3 first bits for the NetworkType and can use the rest for the AccountType
Namespace: Catalyst.Protocol.Account
Assembly: Catalyst.Protocol.dll
Syntax
public enum AccountType
Fields
Name | Description |
---|---|
ConfidentialAccount | |
PublicAccount | |
SmartContractAccount | |
Unknown |