Type Alias NotifiFrontendClientProviderProps

NotifiFrontendClientProviderProps: {
    env?: NotifiEnvironment;
    isEnabledLoginViaTransaction?: boolean;
    storageOption?: NotifiFrontendConfiguration["storageOption"];
    tenantId: string;
} & WalletWithSignParams