getRecentBlockhash method

Future<Blockhash> getRecentBlockhash ()

Returns the recent blockhash from the ledger, and a fee schedule that can be used to compute the cost of submitting transaction with the returned Blockhash

Implementation

Future<Blockhash> getRecentBlockhash() {
  return _client.call('getRecentBlockhash');
}