scanShieldedTRC20NotesByOvk method

ResponseFuture<DecryptNotesTRC20> scanShieldedTRC20NotesByOvk(
  1. OvkDecryptTRC20Parameters request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.DecryptNotesTRC20> scanShieldedTRC20NotesByOvk(
    $2.OvkDecryptTRC20Parameters request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$scanShieldedTRC20NotesByOvk, request,
      options: options);
}