Documentation
¶
Index ¶
Constants ¶
View Source
const ( BoltBlockStoreFileName = "blocks.db" TxIndexerStoreFileName = "tx_indexer.db" )
View Source
const (
MaxBodyBytes int64 = 4194304 // 4MB
)
Variables ¶
View Source
var (
Opts = &allOptions{}
)
Functions ¶
func NewKeysConf ¶
func NewKeysConf(conf *baseConfiguration, relativeDir string) *keysConfig
Types ¶
type FeeCreditManager ¶ added in v0.2.0
type FeeCreditManager interface { GetFeeCredit(ctx context.Context, cmd fees.GetFeeCreditCmd) (*wallet.Bill, error) AddFeeCredit(ctx context.Context, cmd fees.AddFeeCmd) (*fees.AddFeeCmdResponse, error) ReclaimFeeCredit(ctx context.Context, cmd fees.ReclaimFeeCmd) (*fees.ReclaimFeeCmdResponse, error) Close() }
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
- evm.go
- evm_genesis.go
- evm_wallet.go
- keys.go
- money.go
- money_backend.go
- money_genesis.go
- money_opts.go
- node_base.go
- node_identifier.go
- partition_pflag.go
- root_genesis.go
- rootchain.go
- strconv.go
- tokens.go
- tokens_backend.go
- tokens_genesis.go
- tokens_wallet.go
- wallet_fees.go
- wallet_money.go
- wallet_money_bills.go
Click to show internal directories.
Click to hide internal directories.