Type alias FeeQuotesOrDataResponse

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

Type declaration

  • Optional callGasLimit?: BigNumberish
  • Optional feeQuotes?: PaymasterFeeQuote[]

    Array of results from the paymaster

  • Optional paymasterAndData?: Uint8Array | Hex

    Relevant Data returned from the paymaster

  • Optional preVerificationGas?: BigNumberish
  • Optional tokenPaymasterAddress?: Hex

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

  • Optional verificationGasLimit?: BigNumberish