Skip to content

Commit

Permalink
Merge pull request #1680 from Dancia/fix/core-v1-impl-event-decoder
Browse files Browse the repository at this point in the history
client-sdk/modules: Fix missing client.EventDecoder
  • Loading branch information
kostko authored Apr 12, 2024
2 parents 1d141bc + 226275f commit aaca763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client-sdk/go/modules/core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ var (

// V1 is the v1 core module interface.
type V1 interface {
client.EventDecoder

// Parameters queries the core module parameters.
Parameters(ctx context.Context, round uint64) (*Parameters, error)

Expand Down

0 comments on commit aaca763

Please sign in to comment.