node
node copied to clipboard
Add PolicyTable to authority module
- Add the
PolicyTablestruct to the authority module.
type AdminPolicy {
msgUrl string
policy PolicyType
}
type PolicyTable struct {
policyList []AdminPolicy
}
- Define Get, Set, And Check Authorizations methods
- Set Default Values
- Define Genesis Import and export