BiconomyTokenPaymasterRequest: {
    feeQuote: PaymasterFeeQuote;
    maxApproval?: boolean;
    skipPatchCallData?: boolean;
    spender: Hex;
}

Type declaration

  • feeQuote: PaymasterFeeQuote
  • OptionalmaxApproval?: boolean

    maxApproval: If set to true, the paymaster will approve the maximum amount of tokens required for the transaction. Not recommended

  • OptionalskipPatchCallData?: boolean
  • spender: Hex

    spender: The address of the spender who is paying for the transaction, this can usually be set to feeQuotesResponse.tokenPaymasterAddress