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

# Functions

No description provided by the author

# Constants

AddressResolverAlwaysResolve causes the address resolve to be invoked on every API call that resolves an address, regardless of whether the input conforms to an 0x address, and disables any caching.
AddressResolverBodyTemplate the body go template string to use when calling the address resolver - a ".intent" string can be used in the go template.
AddressResolverConfigKey is a sub-key in the config to contain an address resolver config.
AddressResolverMethod the HTTP method to use to call the address resolver (default GET).
AddressResolverResponseField the name of a JSON field that is provided in the response, that contains the ethereum address (default "address").
AddressResolverRetainOriginal when true the original pre-resolved string is retained after the lookup, and passed down to Ethconnect as the from address.
AddressResolverURLTemplate the URL go template string to use when calling the address resolver - a ".intent" string can be used in the go template.
EthconnectBackgroundStart is used to not fail the ethereum plugin on init and retry to start it in the background.
EthconnectBackgroundStartFactor is to set the factor by which the delay increases when retrying.
EthconnectBackgroundStartInitialDelay is delay between restarts in the case where we retry to restart in the ethereum plugin.
EthconnectBackgroundStartMaxDelay is the max delay between restarts in the case where we retry to restart in the ethereum plugin.
EthconnectConfigBatchSize is the batch size to configure on event streams, when auto-defining them.
EthconnectConfigBatchTimeout is the batch timeout to configure on event streams, when auto-defining them.
EthconnectConfigFromBlockDeprecated is the configuration of the first block to listen to when creating the listener for the FireFly contract.
EthconnectConfigInstanceDeprecated is the ethereum address of the FireFly contract.
EthconnectConfigKey is a sub-key in the config to contain all the ethconnect specific config.
EthconnectConfigTopic is the websocket listen topic that the node should register on, which is important if there are multiple nodes using a single ethconnect.
EthconnectPrefixLong is used in HTTP headers in requests to ethconnect.
EthconnectPrefixShort is used in the query string in requests to ethconnect.
FFTMConfigKey is a sub-key in the config that optionally contains FireFly transaction connection information.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author