The token paymaster request data. This will include information about chosen feeQuote, spender address and optional flag to provide maxApproval
A Promise that resolves to the built transaction object.
Builds a token approval transaction for the Biconomy token paymaster.
Optional
_paymasterServiceData: SponsorUserOperationDto"0x"
Optional
paymasterServiceData: SponsorUserOperationDtoOptional paymaster service data.
A Promise that resolves to the paymaster and data string.
Retrieves the paymaster and data based on the provided user operation and paymaster service data.
The paymaster service data containing token information and sponsorship details. Devs can send just the preferred token or array of token addresses in case of mode "ERC20" and sartAccountInfo in case of "sponsored" mode.
A Promise that resolves to the fee quotes or data response.
Retrieves paymaster fee quotes or data based on the provided user operation and paymaster service data.
Private
prepareThe partial user operation.
A Promise that resolves to the prepared partial user operation.
Prepares the user operation by resolving properties and converting certain values to hexadecimal format.
Static
create
Dev
Hybrid - Generic Gas Abstraction paymaster