permission/types pkg, Base and Roles

This commit is contained in:
Ethan Buchman
2015-05-20 00:40:02 -04:00
committed by Jae Kwon
parent 94f21ad012
commit 87ed1f5fda
9 changed files with 286 additions and 67 deletions

View File

@ -17,7 +17,7 @@ type Account struct {
StorageRoot Word256
Other interface{} // For holding all other data.
Permissions *ptypes.Permissions
Permissions *ptypes.AccountPermissions
}
func (acc *Account) String() string {