Type Alias NotifiFrontendClientProviderProps

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