Type alias SponsorpshipInfo

SponsorpshipInfo: {
    smartAccountInfo: SmartAccountData;
    webhookData?: Record<string, any>;
}

Type declaration

  • smartAccountInfo: SmartAccountData

    Smart account meta data

  • Optional webhookData?: Record<string, any>

    Webhooks to be fired after user op is sent