Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is this application's version. Version = "dev" // Commit is this application's commit hash. Commit = "" )
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter wraps the required params to export blockchain
type Message ¶
type Message struct { Type string `json:"type"` Value json.RawMessage `json:"value"` }
Click to show internal directories.
Click to hide internal directories.