proofset

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2025 License: Apache-2.0, MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const EpochTimeSeconds = 30

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:     "proofset",
		Aliases: []string{"ps"},
		Short:   "Interact with PDP proof-set(s)",
	}
)
View Source
var (
	CreateCmd = &cobra.Command{
		Use:   "create",
		Short: "Create a proofset",
		Args:  cobra.NoArgs,
		RunE:  doCreate,
	}
)
View Source
var (
	GetCmd = &cobra.Command{
		Use:     "get",
		Aliases: []string{"g"},
		Short:   "Get metadata on proof set",
		Args:    cobra.NoArgs,
		RunE:    doGet,
	}
)
View Source
var (
	ListCmd = &cobra.Command{
		Use:   "list",
		Short: "List all proof sets",
		Args:  cobra.NoArgs,
		RunE:  doList,
	}
)
View Source
var (
	StateCmd = &cobra.Command{
		Use:   "state",
		Short: "Get state of a proof set",
		Args:  cobra.NoArgs,
		RunE:  doState,
	}
)
View Source
var (
	StatusCmd = &cobra.Command{
		Use:   "status",
		Short: "Check on progress of proofset creation",
		Args:  cobra.NoArgs,
		RunE:  doStatus,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL