Is there a wallet API to get a particular block by index or chain difficulty? I could only find the API for getting the block by block hash
GET /api/blocks/summary/{hash}
I am looking for something like
GET /api/blocks/summary/{chainDifficulty}
Is there a wallet API to get a particular block by index or chain difficulty? I could only find the API for getting the block by block hash
GET /api/blocks/summary/{hash}
I am looking for something like
GET /api/blocks/summary/{chainDifficulty}