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