Skip to content

Commit 7fbe690

Browse files
author
Alessio Treglia
authored
Merge pull request #44 from radsal/master
protos updated according to tendermint v0.33.6
2 parents 1eb9648 + 5543156 commit 7fbe690

File tree

5 files changed

+2011
-2970
lines changed

5 files changed

+2011
-2970
lines changed

index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,9 @@ export namespace abci {
25572557

25582558
/** ResponseCommit data */
25592559
data?: (Uint8Array|null);
2560+
2561+
/** ResponseCommit retainHeight */
2562+
retainHeight?: (number|Long|null);
25602563
}
25612564

25622565
/** Represents a ResponseCommit. */
@@ -2571,6 +2574,9 @@ export namespace abci {
25712574
/** ResponseCommit data. */
25722575
public data: Uint8Array;
25732576

2577+
/** ResponseCommit retainHeight. */
2578+
public retainHeight: (number|Long);
2579+
25742580
/**
25752581
* Creates a new ResponseCommit instance using the specified properties.
25762582
* @param [properties] Properties to set

0 commit comments

Comments
 (0)