Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transfer ¶
type Transfer struct {
TransactionId string
SourceChainId uint64
TargetChainId uint64
NativeChainId uint64
SourceAsset string
TargetAsset string
NativeAsset string
Receiver string
Amount string
SerialNum int64
Metadata string
IsNft bool
Originator string
Timestamp time.Time
NetworkTimestamp string
Fee int64
}
Transfer serves as a model between Transfer Watcher and Handler
Click to show internal directories.
Click to hide internal directories.