fix: Update tendermint rpc client support for ibc-go compatibility (#13482)
This commit is contained in:
parent
0b6f01ddd3
commit
74efb1350a
@ -16,6 +16,7 @@ type TendermintRPC interface {
|
||||
Status(context.Context) (*coretypes.ResultStatus, error)
|
||||
Block(ctx context.Context, height *int64) (*coretypes.ResultBlock, error)
|
||||
BlockchainInfo(ctx context.Context, minHeight, maxHeight int64) (*coretypes.ResultBlockchainInfo, error)
|
||||
Commit(ctx context.Context, height *int64) (*coretypes.ResultCommit, error)
|
||||
Tx(ctx context.Context, hash []byte, prove bool) (*coretypes.ResultTx, error)
|
||||
TxSearch(
|
||||
ctx context.Context,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user