mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
* chore(docs): remove token economy guide * refactor(context): update GatewayContext to use Querier interface * chore(database): update schema path * docs: Update READMEs for x/did, x/dwn, and x/svc with UCAN integration * chore(pkg): update database scope name * refactor(did): optimize GenesisState proto methods * refactor(svc): update Service proto to use repeated fields * refactor(api): rename MsgSpawn to MsgInitialize
9 lines
91 B
Go
9 lines
91 B
Go
package sink
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed vault/schema.sql
|
|
var SchemaVaultSQL string
|