Skip to content

Releases: YusufSina/WavesCS.Core

v1.0.0

27 Dec 06:49
Compare
Choose a tag to compare
  • 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)