Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountChainLinkJSONBuilder ¶
type AccountChainLinkJSONBuilder struct {
// contains filtered or unexported fields
}
AccountChainLinkJSONBuilder implements the ChainLinkJSONBuilder for multi signature accounts
func NewAccountChainLinkJSONBuilder ¶
func NewAccountChainLinkJSONBuilder(getter getter.MultiSignatureAccountReferenceGetter) *AccountChainLinkJSONBuilder
NewAccountChainLinkJSONBuilder returns a new AccountChainLinkJSONBuilder instance
func (*AccountChainLinkJSONBuilder) BuildChainLinkJSON ¶
func (b *AccountChainLinkJSONBuilder) BuildChainLinkJSON(chain types.Chain) (utils.ChainLinkJSON, error)
BuildChainLinkJSON implements ChainLinkJSONBuilder
Click to show internal directories.
Click to hide internal directories.