Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hedera ¶ added in v1.4.0
type Hedera struct { AccountID hedera.AccountID Amount int64 }
Hedera is used as a data transfer struct between packages
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 Timestamp string }
Transfer serves as a model between Transfer Watcher and Handler
Click to show internal directories.
Click to hide internal directories.