Releases: YusufSina/WavesCS.Core
Releases · YusufSina/WavesCS.Core
v1.0.0
- Forked wavesplatform/WavesCS and made it work with .net core applications
- Updated some functions to work correctly
- Added two functions named GetHeight and GetBlocks to Node class
returns current height of connected node
public int GetHeight();
returns blocks in range with its details
public IEnumerable<DictionaryObject> GetBlocks(int start, int end)