Skip to content

@gala-chain/connectAPI


API > GalaChainProviderOptions

Interface: GalaChainProviderOptions

Configuration options for GalaChain providers.

Contents

Properties

legacyCredentials

legacyCredentials?: object

Legacy authentication credentials for backward compatibility

Type declaration

identityLookupKey

identityLookupKey: string

Identity lookup key for user identification

userEncryptionKey

userEncryptionKey: string

User encryption key for secure operations

Source

chain-connect/src/GalaChainClient.ts:39


signingType

signingType?: SigningType

The type of signing to use for transactions

Source

chain-connect/src/GalaChainClient.ts:37