Пример #1
0
 public async Task <BlockAPIResult> GetBlockByIndex(string AccountId, int Index, string Signature)
 {
     CheckSyncState();
     return(await _node.GetBlockByIndex(AccountId, Index, Signature));
 }