Pure package detail
rbac
gno.land/p/gnoswap/rbac
Indexed deployment identity with independently loaded latest RPC source. Functions and Render are realm-only RPC capabilities.
Indexed deployment
Identity
- Package path
- gno.land/p/gnoswap/rbac
- Block
- 192932
- Deployed (UTC)
- Transaction
- Kxi9IZS3xadFO22yoS7SW9zVA4NfcEDRh/eNtfJV2gw=
Latest RPC state
Source
package rbac
const (
ErrNoPendingOwner = "no pending owner"
ErrUnauthorized = "caller is not owner"
ErrPendingUnauthorized = "caller is not pending owner"
ErrInvalidAddress = "invalid address"
ErrInvalidRoleName = "invalid role name"
ErrRoleDoesNotExist = "role does not exist"
ErrRoleAlreadyExists = "role already exists"
ErrCannotRemoveSystemRole = "cannot remove system role"
)
The verified vm/qfuncs operation accepts realm paths only.
Pure packages expose source files but do not have Realm Render.