willSponsor method

  1. @override
Future<bool> willSponsor(
  1. UserIntent userOp
)
override

Implementation

@override
Future<bool> willSponsor(UserIntent userOp) {
  // Needs live RPC transport to check token allowance and balance
  throw UnimplementedError(
      'TokenGasSponsor.willSponsor: needs live RPC transport');
}