Documentation
    Preparing search index...

    Type Alias IntentUniversalLinkOptions

    IntentUniversalLinkOptions: OptionalTraceable<
        {
            intentTransport?: "inline_url"
            | "object_storage";
            objectStorageBaseUrl?: string;
            objectStorageTtlSeconds?: number;
            walletUniversalLink?: string;
        },
    >