Documentation ¶
Index ¶
- type MetaList
- type RegistrarList
- func (l *RegistrarList) AddRegistrar(entry *bcgo.BlockEntry, registrar *spacego.Registrar) error
- func (l *RegistrarList) AddRegistration(entry *bcgo.BlockEntry, registration *financego.Registration) error
- func (l *RegistrarList) AddSubscription(entry *bcgo.BlockEntry, subscription *financego.Subscription) error
- func (l *RegistrarList) Update(client *spaceclientgo.SpaceClient, node *bcgo.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetaList ¶
func NewMetaList ¶
func (*MetaList) Update ¶
func (l *MetaList) Update(client *spaceclientgo.SpaceClient, node *bcgo.Node) error
type RegistrarList ¶
func NewRegistrarList ¶
func NewRegistrarList(callback func(id string, timestamp uint64, registrar *spacego.Registrar, registration *financego.Registration, subscription *financego.Subscription)) *RegistrarList
func (*RegistrarList) AddRegistrar ¶
func (l *RegistrarList) AddRegistrar(entry *bcgo.BlockEntry, registrar *spacego.Registrar) error
func (*RegistrarList) AddRegistration ¶
func (l *RegistrarList) AddRegistration(entry *bcgo.BlockEntry, registration *financego.Registration) error
func (*RegistrarList) AddSubscription ¶
func (l *RegistrarList) AddSubscription(entry *bcgo.BlockEntry, subscription *financego.Subscription) error
func (*RegistrarList) Update ¶
func (l *RegistrarList) Update(client *spaceclientgo.SpaceClient, node *bcgo.Node) error
Click to show internal directories.
Click to hide internal directories.