Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StartConfig ¶
type StartConfig struct { // DataDir is the kmd data directory, used to store config info and // some kinds of wallets DataDir string // Kill takes an os.Signal and gracefully shuts down the kmd process Kill chan os.Signal // Log logs information about the running kmd process Log logging.Logger // Timeout is the duration of time after which we will kill the kmd // process automatically. If Timeout is nil, we will never time out. Timeout *time.Duration }
StartConfig contains configuration information used for starting up kmd
Directories ¶
Path | Synopsis |
---|---|
Package api for KMD HTTP API API for KMD (Key Management Daemon) Schemes: http Host: localhost BasePath: / Version: 0.0.1 License: Contact: contact@algorand.com Consumes: - application/json Produces: - application/json Security: - api_key: SecurityDefinitions: api_key: type: apiKey name: X-KMD-API-Token in: header description: >- Generated header parameter.
|
Package api for KMD HTTP API API for KMD (Key Management Daemon) Schemes: http Host: localhost BasePath: / Version: 0.0.1 License: Contact: contact@algorand.com Consumes: - application/json Produces: - application/json Security: - api_key: SecurityDefinitions: api_key: type: apiKey name: X-KMD-API-Token in: header description: >- Generated header parameter. |
lib
|
|
kmdapi
Code generated by bundle_swagger_json.sh, along with swagger.json.
|
Code generated by bundle_swagger_json.sh, along with swagger.json. |
Click to show internal directories.
Click to hide internal directories.