AAFeeMode.fromJson constructor

AAFeeMode.fromJson(
  1. Map<String, dynamic> json
)

Implementation

AAFeeMode.fromJson(Map<String, dynamic> json)
    : option = json['option'],
      feeQuote = json['fee_quote'],
      tokenPaymasterAddress = json['token_paymaster_address'],
      wholeFeeQuote = json['whole_fee_quote'];