Documentation ¶
Index ¶
- type CommandRegistrar
- type Loader
- type ResponseParser
- type Stub
- func (_m *Stub) Issue(tokensToIssue []*token.Token, waitTimeout time.Duration) (cmd.StubResponse, error)
- func (_m *Stub) ListTokens() (cmd.StubResponse, error)
- func (_m *Stub) Redeem(tokenIDs []*token.TokenId, quantity string, waitTimeout time.Duration) (cmd.StubResponse, error)
- func (_m *Stub) Setup(configFilePath string, channel string, mspPath string, mspID string) error
- func (_m *Stub) Transfer(tokenIDs []*token.TokenId, shares []*token.RecipientShare, ...) (cmd.StubResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRegistrar ¶
func (*CommandRegistrar) Command ¶
func (_m *CommandRegistrar) Command(name string, help string, onCommand common.CLICommand) *kingpin.CmdClause
type Loader ¶
func (*Loader) TokenOwner ¶
func (_m *Loader) TokenOwner(s string) (*token.TokenOwner, error)
type ResponseParser ¶
func (*ResponseParser) ParseResponse ¶
func (_m *ResponseParser) ParseResponse(response token.StubResponse) error
Click to show internal directories.
Click to hide internal directories.