Type Alias ConfigFactoryInputPublicKey
ConfigFactoryInputPublicKey: { account: Readonly<{ publicKey: string; }>; env?: NotifiEnvironment; storageOption?: NotifiFrontendConfiguration["storageOption"]; tenantId: string; walletBlockchain: NotifiConfigWithPublicKey["walletBlockchain"]; }
Deprecated
No longer need to use configFactory, use instantiateFrontendClient instead