package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: May 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
NetworkIdentifier NetworkIdentifier `yaml:"network_identifier"`
Currency Currency `yaml:"currency"`
Server Server `yaml:"server"`
KeepNoneTxAction bool `yaml:"keepNoneTxAction"`
}
type Currency struct {
Symbol string `yaml:"symbol"`
Decimals int32 `yaml:"decimals"`
}
type NetworkIdentifier struct {
Blockchain string `yaml:"blockchain"`
Network string `yaml:"network"`
EvmNetworkID uint32 `yaml:"evmNetworkID"`
}
type Server struct {
Port string `yaml:"port"`
Endpoint string `yaml:"endpoint"`
SecureEndpoint bool `yaml:"secureEndpoint"`
RosettaVersion string `yaml:"rosettaVersion"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.