# Functions

BuildAccountPermTree build PermTree for account.
BuildMethodPermTree build PermTree for contract method.
GetPermTreeList return a BFS list of a perm tree.
NewPermNode return a default PermNode.
No description provided by the author

# Constants

Failed : ACLValidator verified failed.
NotVerified : not verified by ACLValidator.
Success : ACLValidator verified successful.

# Structs

PermNode defines the node of perm tree.

# Type aliases

ValidateStatus define the validation status of a perm node.