getTxosByLockAddress_Pre method
Future<TxoLockAddressResponse>
getTxosByLockAddress_Pre(
- ServiceCall call,
- Future<
QueryByLockAddressRequest> request
Implementation
$async.Future<$0.TxoLockAddressResponse> getTxosByLockAddress_Pre(
$grpc.ServiceCall call,
$async.Future<$0.QueryByLockAddressRequest> request) async {
return getTxosByLockAddress(call, await request);
}