public interface FinalizationRepository
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<FinalizationProof> |
getFinalizationProofAtEpoch(long epoch)
Gets finalization proof for the greatest height associated with the given epoch.
|
io.reactivex.Observable<FinalizationProof> |
getFinalizationProofAtHeight(java.math.BigInteger height)
Gets finalization proof at the given height.
|
io.reactivex.Observable<FinalizationProof> getFinalizationProofAtEpoch(long epoch)
epoch - the epochio.reactivex.Observable<FinalizationProof> getFinalizationProofAtHeight(java.math.BigInteger height)
height - Block height