getAccountBlockByHeight<T> abstract method

Future<T> getAccountBlockByHeight<T>(
  1. ViteAddress address,
  2. int height
)

Implementation

Future<T> getAccountBlockByHeight<T>(ViteAddress address, int height);