isSpend_Pre method

Future<SpendResult> isSpend_Pre(
  1. ServiceCall call,
  2. Future<NoteParameters> request
)

Implementation

$async.Future<$2.SpendResult> isSpend_Pre(
    $grpc.ServiceCall call, $async.Future<$2.NoteParameters> request) async {
  return isSpend(call, await request);
}