# Constants
AddressResolverAlwaysResolve causes the address resolve to be invoked on every API call that resolves an 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 tezos address (default "address").
AddressResolverRetainOriginal when true the original pre-resolved string is retained after the lookup, and passed down to Tezosconnect 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.
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
TezosconnectBackgroundStart is used to not fail the tezos plugin on init and retry to start it in the background.
TezosconnectBackgroundStartFactor is to set the factor by which the delay increases when retrying.
TezosconnectBackgroundStartInitialDelay is delay between restarts in the case where we retry to restart in the tezos plugin.
TezosconnectBackgroundStartMaxDelay is the max delay between restarts in the case where we retry to restart in the tezos plugin.
TezosconnectConfigBatchSize is the batch size to configure on event streams, when auto-defining them.
TezosconnectConfigBatchTimeout is the batch timeout to configure on event streams, when auto-defining them.
TezosconnectConfigKey is a sub-key in the config to contain all the tezosconnect specific config.
TezosconnectConfigTopic is the websocket listen topic that the node should register on, which is important if there are multiple nodes using a single tezosconnect.
TezosconnectPrefixLong is used in HTTP headers in requests to tezosconnect.
TezosconnectPrefixShort is used in the query string in requests to tezosconnect.
# 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