Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TODO: choose a human-readable part for your hyperchain HRP = "" // TODO: choose a name for your hyperchain Name = "" // TODO: choose a token symbol Symbol = "" )
Variables ¶
View Source
var ( ActionRegistry *codec.TypeParser[chain.Action, *warp.Message, bool] AuthRegistry *codec.TypeParser[chain.Auth, *warp.Message, bool] )
Instantiate registry here so it can be imported by any package. We set these values in controller/registry.
View Source
var ID ids.ID
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.