ledger

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientCreator

type ClientCreator struct {
	Cfg *Config
}

ClientCreator creates ledgerClient

func (ClientCreator) Create

func (l ClientCreator) Create(node cluster.ClientNode) core.Client

Create ...

type Config

type Config struct {
	NumAccounts int           `toml:"num_accounts"`
	Interval    time.Duration `toml:"interval"`
	Concurrency int           `toml:"concurrency"`
	TxnMode     string        `toml:"txn_mode"`
}

Config is for ledgerClient

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL