Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilteredTransfer ¶
type FilteredTransfer struct {
Sender thor.Address `json:"sender"`
Recipient thor.Address `json:"recipient"`
Amount *math.HexOrDecimal256 `json:"amount"`
Meta transactions.LogMeta `json:"meta"`
}
Click to show internal directories.
Click to hide internal directories.