# Functions

NewDefaultEventRetriever creates a new EventRetriever using defaults for: - parser.EventParser - registry.Factory - exec.RetryableExecutor - used for retrieving event storage data.
NewDefaultExtrinsicRetriever returns a DefaultExtrinsicRetriever with defaults for the generic types: Address - types.MultiAddress Signature - types.MultiSignature PaymentFields - generic.DefaultPaymentFields Block - *generic.DefaultGenericSignedBlock Note that these generic defaults also apply to the args.
NewEventRetriever creates a new EventRetriever.
NewEventRetrieverMock creates a new instance of EventRetrieverMock.
NewExtrinsicRetriever creates a new ExtrinsicRetriever.
NewExtrinsicRetrieverMock creates a new instance of ExtrinsicRetrieverMock.

# 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

EventRetrieverMock is an autogenerated mock type for the EventRetriever type.
ExtrinsicRetrieverMock is an autogenerated mock type for the ExtrinsicRetriever type.

# Interfaces

EventRetriever is the interface used for retrieving and decoding events.
ExtrinsicRetriever is the interface used for retrieving and decoding extrinsic information.
No description provided by the author
No description provided by the author