Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxBodyBytes int64 = 4194304 // 4MB
)
Variables ¶
View Source
var NoParent = []byte{0x00}
View Source
var (
Opts = &allOptions{}
)
Functions ¶
func NewKeysConf ¶
func NewKeysConf(conf *baseConfiguration, relativeDir string) *keysConfig
Types ¶
type Keys ¶
func GenerateKeys ¶
GenerateKeys generates a new signing and encryption key.
type TrustBase ¶ added in v0.1.1
type TrustBase struct {
RootValidators []*genesis.PublicKeyInfo `json:"root_validators"`
}
TrustBase json schema for trust base file.
Source Files ¶
- base_cmd.go
- config_grpc_server.go
- config_rest_server.go
- config_root.go
- console_writer.go
- distributed_root_genesis.go
- keys.go
- money.go
- money_genesis.go
- money_opts.go
- node_base.go
- node_identifier.go
- root_genesis.go
- rootchain.go
- tokens.go
- tokens_genesis.go
- vd.go
- vd_client.go
- vd_genesis.go
- wallet_money.go
- wallet_money_backend.go
- wallet_money_bills.go
- wallet_tokens.go
Click to show internal directories.
Click to hide internal directories.