FeeQuotesOrDataResponse: {
    callGasLimit?: BigNumberish;
    feeQuotes?: PaymasterFeeQuote[];
    paymasterAndData?: Uint8Array | Hex;
    preVerificationGas?: BigNumberish;
    tokenPaymasterAddress?: Hex;
    verificationGasLimit?: BigNumberish;
}

Type declaration

  • OptionalcallGasLimit?: BigNumberish
  • OptionalfeeQuotes?: PaymasterFeeQuote[]

    Array of results from the paymaster

  • OptionalpaymasterAndData?: Uint8Array | Hex

    Relevant Data returned from the paymaster

  • OptionalpreVerificationGas?: BigNumberish
  • OptionaltokenPaymasterAddress?: Hex

    Normally set to the spender in the proceeding call to send the tx

  • OptionalverificationGasLimit?: BigNumberish