Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainLinkJSONBuilder ¶
type ChainLinkJSONBuilder interface {
BuildChainLinkJSON(chain types.Chain) (utils.ChainLinkJSON, error)
}
ChainLinkJSONBuilder allows to build a ChainLinkJSON instance
type ChainLinkJSONBuilderProvider ¶
type ChainLinkJSONBuilderProvider func(owner string, isSingleAccount bool) ChainLinkJSONBuilder
ChainLinkJSONBuilderProvider allows to provide the provider ChainLinkJSONBuilder implementation based on whether it should create the JSON chain link for single or
Click to show internal directories.
Click to hide internal directories.