getTxosByAssetLabel_Pre method

Stream<TxoResponse> getTxosByAssetLabel_Pre(
  1. ServiceCall call,
  2. Future<QueryByAssetLabelRequest> request
)

Implementation

$async.Stream<$0.TxoResponse> getTxosByAssetLabel_Pre($grpc.ServiceCall call,
    $async.Future<$0.QueryByAssetLabelRequest> request) async* {
  yield* getTxosByAssetLabel(call, await request);
}