Documentation
¶
Index ¶
- func InitAssetContract(asset string, evmClient *evm.Client) (*wtoken.Wtoken, error)
- func InitWrappedAssetContract(nativeAsset string, assetsService service.Assets, ...) (*wtoken.Wtoken, error)
- func NativeToWrappedAsset(assetsService service.Assets, sourceChain, targetChain uint64, ...) (string, error)
- func WrappedToNativeAsset(assetsService service.Assets, sourceChainId uint64, asset string) (*asset.NativeAsset, error)
- type Config
- type EVMUtils
- type Hedera
- type Receiver
- type Sender
- type Setup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAssetContract ¶
func NativeToWrappedAsset ¶
func WrappedToNativeAsset ¶
Types ¶
type Config ¶
type Config struct {
Hedera Hedera
EVM map[uint64]config.Evm
Tokens e2eParser.Tokens
ValidatorUrl string
Bridge parser.Bridge
AssetMappings service.Assets
FeePercentages map[string]int64
NftFees map[string]int64
}
Config used to load and parse from application.yml
type Hedera ¶
type Hedera struct {
NetworkType string
BridgeAccount string
Members []string
TopicID string
Sender Sender
DbValidationProps []config.Database
MirrorNode config.MirrorNode
}
Hedera props from the application.yml
type Setup ¶
type Setup struct {
BridgeAccount hederaSDK.AccountID
TopicID hederaSDK.TopicID
TokenID hederaSDK.TokenID
NativeEvmToken string
NftTokenID hederaSDK.TokenID
NftSerialNumber int64
NftFees map[string]int64
FeePercentages map[string]int64
Members []hederaSDK.AccountID
Clients *clients
DbValidator *db_validation.Service
AssetMappings service.Assets
}
Setup used by the e2e tests. Preloaded with all necessary dependencies
Click to show internal directories.
Click to hide internal directories.