getSyncSnapshotByPrefix_Pre method
Future<TrieNodeSnapshotResponse>
getSyncSnapshotByPrefix_Pre(
- ServiceCall call,
- Future<
TrieNodePrefix> request
Implementation
$async.Future<$1.TrieNodeSnapshotResponse> getSyncSnapshotByPrefix_Pre($grpc.ServiceCall call, $async.Future<$1.TrieNodePrefix> request) async {
return getSyncSnapshotByPrefix(call, await request);
}