Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DialTimeoutDefault is a default dial timeout of morph chain client connection. DialTimeoutDefault = 5 * time.Second // PriorityDefault is a default endpoint priority for the morph client. PriorityDefault = 1 // CacheTTLDefault is a default value for cached values TTL. // It is 0, because actual default depends on block time. CacheTTLDefault = time.Duration(0) // SwitchIntervalDefault is a default Neo RPCs switch interval. SwitchIntervalDefault = 2 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
func CacheTTL ¶
CacheTTL returns the value of "cache_ttl" config parameter from "morph" section.
Returns CacheTTLDefault if value is zero or invalid. Supports negative durations.
func DialTimeout ¶
DialTimeout returns the value of "dial_timeout" config parameter from "morph" section.
Returns DialTimeoutDefault if the value is not positive duration.
func RPCEndpoint ¶
RPCEndpoint returns list of the values of "rpc_endpoint" config parameter from "morph" section.
Throws panic if list is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.