# Packages
Code generated by mockery v1.0.0.
# Functions
AddCommands registers the discovery commands to the given CommandRegistrar.
ExtractUnspentTokensFromOutput extracts token.UnspentToken from the output produced by UnspentTokenResponseParser.
GetSigningIdentity retrieves a signing identity from the passed arguments.
LoadConfig converts tha passed string to a ClientConfig.
LoadLocalMSPAt loads an MSP whose configuration is stored at 'dir', and whose id and type are the passed as arguments.
LoadLocalMspRecipient constructs a TokenOwner from the signing identity at the passed msp location.
LoadSerialisedRecipient loads a serialised identity from file.
LoadShares converts the passed string to an array of Shares.
LoadSharesFromFile loads from file shares in json representation.
LoadSharesFromJson converts the passed json string to shares.
LoadTokenIDs converts the passed string to an array of TokenIDs.
LoadTokenIDsFromFile loads TokenIDs from the passed file supposed to contain a json representation of the TokenIDs.
LoadTokenIDsFromJson interprets the passed string as a json representation of TokenIDs.
LoadTokenOwner converts the passed string to a TokenOwner.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SubstituteShareRecipient scans the recipients to see if they need additional post-processing.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BaseCmd contains shared command arguments.
No description provided by the author
JsonLoader implements the Loader interface.
No description provided by the author
No description provided by the author
OperationResponseParser parses operation responses.
No description provided by the author
RecipientShare describes how much a recipient will receive in a token transfer.
No description provided by the author
No description provided by the author
No description provided by the author
UnspentTokenResponseParser parses import responses.
# Interfaces
CommandRegistrar registers commands.
Loader converts string to token objects to be used with the Stub.
ResponseParser parses responses sent from the server.
Stub is a client for the token service.
No description provided by the author