Documentation ¶
Index ¶
Constants ¶
View Source
const (
KeyName = "huddle_chain_link_account"
)
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 single signature accounts
func NewAccountChainLinkJSONBuilder ¶
func NewAccountChainLinkJSONBuilder(owner string, getter getter.SingleSignatureAccountReferenceGetter) *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.