# Constants
AddressResolverBodyTemplate the body go template string to use when calling the address resolver.
AddressResolverCacheSize the size of the LRU cache.
AddressResolverCacheTTL the TTL on cache entries.
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.
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.
EthconnectConfigInstancePath is the ethereum address of the 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.
# Structs
ABIArgumentMarshaling is abi.ArgumentMarshaling.
ABIElementMarshaling is the serialized representation of a method or event in an ABI.
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