Type Alias BiconomyPaymasterContext
BiconomyPaymasterContext: {
calculateGasLimits?: boolean;
expiryDuration?: number;
mode: "ERC20" | "SPONSORED";
sponsorshipInfo?: { smartAccountInfo: { name: string; version: string } };
tokenInfo?: { feeTokenAddress: Address };
}
Type declaration
OptionalcalculateGasLimits?: boolean
OptionalexpiryDuration?: number
mode: "ERC20" | "SPONSORED"
OptionalsponsorshipInfo?: { smartAccountInfo: { name: string; version: string } }
OptionaltokenInfo?: { feeTokenAddress: Address }
Context for the Bico SPONSORED Paymaster.