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