Variable biconomySponsoredPaymasterContextConst

biconomySponsoredPaymasterContext: {
    calculateGasLimits: boolean;
    expiryDuration: number;
    mode: string;
    sponsorshipInfo: {
        smartAccountInfo: {
            name: string;
            version: string;
        };
    };
} = ...

Type declaration

  • calculateGasLimits: boolean
  • expiryDuration: number
  • mode: string
  • sponsorshipInfo: {
        smartAccountInfo: {
            name: string;
            version: string;
        };
    }
    • smartAccountInfo: {
          name: string;
          version: string;
      }
      • name: string
      • version: string