Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PingCmd = &cobra.Command{ Use: "get_zonefiles_by_block [startBlock] [endBlock] [offset] [count]", Short: "[startBlock] [endBlock] [offset] [count]", Args: cobra.ExactArgs(4), Run: func(cmd *cobra.Command, args []string) { client := getClient() res, err := client.GetZonefilesByBlock( validateIntArg(args[0], "startBlock"), validateIntArg(args[1], "endBlock"), validateIntArg(args[2], "offset"), validateIntArg(args[3], "count"), ) handleResult(res, err) }, }
PingCmd represents the Ping command
View Source
var RootCmd = &cobra.Command{
Use: "blockstack",
Short: "An RPC call runner for blockstackd",
}
RootCmd is the root command of the CLI
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- getAllNames.go
- getAllNamespaces.go
- getAtlasPeers.go
- getBlockFromConsensus.go
- getConsensusAt.go
- getConsensusHashes.go
- getNameAt.go
- getNameBlockchainRecord.go
- getNameCost.go
- getNameHistoryBlocks.go
- getNameopsAffectedAt.go
- getNameopsHashAt.go
- getNamesInNamespace.go
- getNamesOwnedByAddress.go
- getNamespaceCost.go
- getNumNameopsAffectedAt.go
- getNumNames.go
- getNumNamesInNamespace.go
- getNumOpHistoryRows.go
- getOpHistoryRows.go
- getZonefiles.go
- getZonefilesByBlock.go
- getinfo.go
- ping.go
- root.go
Click to show internal directories.
Click to hide internal directories.