Documentation ¶ Index ¶ func Run(ctx context.Context, cfg extConfig) type Config type SbtChecker func NewConfig(getter kv.Getter) SbtChecker Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, cfg extConfig) Run runs SBT checkers for all networks. This is deprecated, because we did not migrate to the decentralized identity architecture with the replacement of DID to nullifier. Types ¶ type Config ¶ type Config struct { // contains filtered or unexported fields } type SbtChecker ¶ type SbtChecker interface { SbtCheck() Config } func NewConfig ¶ func NewConfig(getter kv.Getter) SbtChecker Source Files ¶ View all Source files config.go main.go Directories ¶ Show internal Expand all Path Synopsis verifiers Click to show internal directories. Click to hide internal directories.