# Functions
NewDefaultExtrinsicParser returns a DefaultExtrinsicParser.
NewEventParser creates a new EventParser.
NewEventParserMock creates a new instance of EventParserMock.
NewExtrinsicParser creates a new ExtrinsicParser.
NewExtrinsicParserMock creates a new instance of ExtrinsicParserMock.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Event holds all the information of a decoded storage event.
EventParserMock is an autogenerated mock type for the EventParser type.
Extrinsic holds all the information of a decoded block extrinsic.
ExtrinsicParserMock is an autogenerated mock type for the ExtrinsicParser type.
# Interfaces
EventParser is the interface used for parsing event storage data into []*Event.
ExtrinsicParser is the interface used for parsing a block's extrinsics into []*Extrinsic.
No description provided by the author
No description provided by the author
# Type aliases
EventParserFn implements EventParser.
ExtrinsicParserFn implements ExtrinsicParser.