Documentation
¶
Index ¶
- func EventStringAccountInput(addr acm.Address) string
- func EventStringAccountOutput(addr acm.Address) string
- func EventStringBond() string
- func EventStringNameReg(name string) string
- func EventStringPermissions(name string) string
- func EventStringRebond() string
- func EventStringUnbond() string
- func PublishAccountInput(publisher event.Publisher, address acm.Address, txHash []byte, tx txs.Tx, ...) error
- func PublishAccountOutput(publisher event.Publisher, address acm.Address, txHash []byte, tx txs.Tx, ...) error
- func PublishNameReg(publisher event.Publisher, txHash []byte, tx *txs.NameTx) error
- func PublishPermissions(publisher event.Publisher, name string, txHash []byte, tx *txs.PermissionsTx) error
- func SubscribeAccountOutputSendTx(ctx context.Context, subscribable event.Subscribable, subscriber string, ...) error
- type EventDataTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventStringAccountInput ¶
func EventStringBond ¶
func EventStringBond() string
func EventStringNameReg ¶
func EventStringPermissions ¶
func EventStringRebond ¶
func EventStringRebond() string
func EventStringUnbond ¶
func EventStringUnbond() string
func PublishAccountInput ¶
func PublishAccountOutput ¶
func PublishNameReg ¶
func PublishPermissions ¶
Types ¶
type EventDataTx ¶
All txs fire EventDataTx, but only CallTx might have Return or Exception
func (EventDataTx) MarshalJSON ¶
func (edTx EventDataTx) MarshalJSON() ([]byte, error)
func (*EventDataTx) UnmarshalJSON ¶
func (edTx *EventDataTx) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.