Documentation ¶
Index ¶
Constants ¶
View Source
const (
GuardianKeyArmoredBlock = "WORMHOLE GUARDIAN PRIVATE KEY"
)
Variables ¶
View Source
var AdminClientContractUpgradeTemplateCmd = &cobra.Command{ Use: "contract-upgrade [FILENAME]", Short: "Generate an empty contract upgrade template at specified path (offline)", Run: runContractUpgradeTemplate, Args: cobra.ExactArgs(1), }
View Source
var AdminClientGovernanceVAAVerifyCmd = &cobra.Command{ Use: "governance-vaa-verify [FILENAME]", Short: "Verify governance vaa in prototxt format (offline)", Run: runGovernanceVAAVerify, Args: cobra.ExactArgs(1), }
View Source
var AdminClientGuardianSetTemplateCmd = &cobra.Command{ Use: "guardian-set-update [FILENAME]", Short: "Generate an empty guardian set template at specified path (offline)", Run: runGuardianSetTemplate, Args: cobra.ExactArgs(1), }
View Source
var AdminClientInjectGuardianSetUpdateCmd = &cobra.Command{ Use: "governance-vaa-inject [FILENAME]", Short: "Inject and sign a governance VAA from a prototxt file (see docs!)", Run: runInjectGovernanceVAA, Args: cobra.ExactArgs(1), }
View Source
var AdminClientListNodes = &cobra.Command{
Use: "list-nodes",
Short: "Fetches an aggregated list of guardian nodes",
Run: runListNodes,
}
View Source
var AdminCmd = &cobra.Command{
Use: "admin",
Short: "Guardian node admin commands",
}
View Source
var BridgeCmd = &cobra.Command{
Use: "bridge",
Short: "Run the bridge server",
Run: runBridge,
}
BridgeCmd represents the bridge command
View Source
var KeygenCmd = &cobra.Command{ Use: "keygen [KEYFILE]", Short: "Create guardian key at the specified path", Run: runKeygen, Args: cobra.ExactArgs(1), }
View Source
var TemplateCmd = &cobra.Command{
Use: "template",
Short: "Guardian governance VAA template commands ",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.