Documentation ¶
Index ¶
- type Event
- type EventModifiedAccountRoot
- func (mnw *EventModifiedAccountRoot) GetAddress(txResponse *types.TransactionResponse) (xc.Address, error)
- func (mnw *EventModifiedAccountRoot) GetAmount() (xc.AmountBlockchain, error)
- func (mnw *EventModifiedAccountRoot) GetContract() (xc.ContractAddress, error)
- func (mnw *EventModifiedAccountRoot) IsSource(txResponse *types.TransactionResponse) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event interface { // IsValidMovement() bool GetAddress(txResponse *types.TransactionResponse) (xc.Address, error) GetContract() (xc.ContractAddress, error) GetAmount() (xc.AmountBlockchain, error) IsSource(txResponse *types.TransactionResponse) (bool, error) }
type EventModifiedAccountRoot ¶
type EventModifiedAccountRoot struct {
// contains filtered or unexported fields
}
func (*EventModifiedAccountRoot) GetAddress ¶
func (mnw *EventModifiedAccountRoot) GetAddress(txResponse *types.TransactionResponse) (xc.Address, error)
func (*EventModifiedAccountRoot) GetAmount ¶
func (mnw *EventModifiedAccountRoot) GetAmount() (xc.AmountBlockchain, error)
func (*EventModifiedAccountRoot) GetContract ¶
func (mnw *EventModifiedAccountRoot) GetContract() (xc.ContractAddress, error)
func (*EventModifiedAccountRoot) IsSource ¶
func (mnw *EventModifiedAccountRoot) IsSource(txResponse *types.TransactionResponse) (bool, error)
Click to show internal directories.
Click to hide internal directories.