Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cactus-core-api): add ISendRequestResultV1<T> for Fujitsu verifier
An interface representing the response object of the send sync and send async request methods on the connection-chain verifier API. Also great when trying to help bridge the gap between the API returning results as `unknown` and the tests needing auto-completion for the properties to assert for type of data at runtime. @see {ISocketApiClient<BlockType>} @see {Verifier<LedgerApiType extends ISocketApiClient<unknown>>} @see {IVerifier} [skip ci] Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information