package
1.3.2-rc.1
Repository: https://github.com/hyperledger/firefly.git
Documentation: pkg.go.dev

# Constants

TokensConfigPlugin is the connector plugin used for this token type (deprecated).

# Structs

Capabilities is the supported featureset of the tokens interface implemented by the plugin, with the specified config.
No description provided by the author
TokenPool is the set of data returned from the connector when a token pool is created.
TokenPoolMethods is a mapped set of interface methods to be used for various token operations.
No description provided by the author

# Interfaces

Callbacks is the interface provided to the tokens plugin, to allow it to pass events back to firefly.
Plugin is the interface implemented by each tokens plugin.