Pure package detail
store
gno.land/p/gnoswap/store
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/store
- Block
- 192933
- Deployed (UTC)
- Transaction
- EVRuZ+iIakGV78lv4LNyI2Fbb8T1UuI2T4eicqy7MYE=
Latest RPC state
Source
package store
const (
// Authorization errors
ErrAuthorizedCallerAlreadyRegistered = "authorized caller already registered"
ErrAuthorizedCallerNotFound = "authorized caller not found"
ErrInvalidPermission = "invalid permission"
// Data access errors
ErrKeyNotFound = "key not found"
ErrWritePermissionDenied = "write permission denied"
ErrUpdatePermissionDenied = "update permission denied"
ErrFailedCast = "failed to cast"
ErrSpoofedRealm = "rlm does not match the current crossing frame"
)
The verified vm/qfuncs operation accepts realm paths only.
Pure packages expose source files but do not have Realm Render.