Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShouldMsgBeParsed ¶
ShouldMsgBeParsed tells whether the given subspace is currently supported and its messages should be parsed
Types ¶
type Config ¶
type Config struct { // SupportedSubspaceIDs represents the list of supported subspaces SupportedSubspaceIDs []uint64 `yaml:"supported_subspace_ids"` // Contracts contains the list of contracts to be parsed Contracts *ContractsConfig `yaml:"contracts"` }
func ParseConfig ¶
type ContractsConfig ¶
Click to show internal directories.
Click to hide internal directories.