nooschain / buckets/access-control / PrincipalType
Type Alias: PrincipalType
PrincipalType =
"user"|"organization"|"contract"
Defined in: buckets/access-control.ts:23
Principal kinds that can be granted explicit bucket access rules.
User rules target one chain user. Organization rules target every resolved actor in that organization. Contract rules target one deployed contract.