Documentation ¶
Index ¶
- func GetConfig(config interface{}, path string) error
- func GetLoggerFor(ctx string) *log.Entry
- func InitLogger(level string)
- func LoadHederaFeePercentages(tokens map[string]parser.Token) map[string]int64
- type Assets
- type Bridge
- type BridgeEvm
- type BridgeHedera
- type Clients
- type Config
- type Database
- type Evm
- type Hedera
- type HederaToken
- type MirrorNode
- type NativeAsset
- type Node
- type Operator
- type Recovery
- type Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLoggerFor ¶
GetLoggerFor returns a logger defined with a context
func InitLogger ¶
func InitLogger(level string)
InitLogger sets the initial configuration of the used logger
Types ¶
type Assets ¶
type Assets struct {
// contains filtered or unexported fields
}
func (Assets) NativeToWrapped ¶
func (Assets) NetworkAssets ¶
func (Assets) WrappedToNative ¶
func (a Assets) WrappedToNative(wrappedAsset string, wrappedChainId int64) *NativeAsset
type Bridge ¶ added in v1.4.0
type Bridge struct { TopicId string Hedera *BridgeHedera EVMs map[int64]BridgeEvm Assets Assets }
type BridgeHedera ¶ added in v1.4.0
type Clients ¶ added in v1.4.0
type Clients struct { Evm map[int64]Evm Hedera Hedera MirrorNode MirrorNode }
type Config ¶
func LoadConfig ¶
func LoadConfig() Config
type HederaToken ¶ added in v1.4.0
type MirrorNode ¶
type NativeAsset ¶
Click to show internal directories.
Click to hide internal directories.