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