node icon indicating copy to clipboard operation
node copied to clipboard

Add PolicyTable to authority module

Open kingpinXD opened this issue 1 year ago • 0 comments

  • Add the PolicyTable struct 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

kingpinXD avatar May 23 '24 11:05 kingpinXD