You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awsAccessKeyIdString?@map("awsAccessKeyId")/// global config, precedence goes to WalletDetails
34
-
awsSecretAccessKeyString?@map("awsSecretAccessKey")/// global config, precedence goes to WalletDetails
35
-
awsRegionString?@map("awsRegion")/// global config, treat as "default", store in WalletDetails.awsKmsArn
33
+
awsAccessKeyIdString?@map("awsAccessKeyId")/// global config, precedence goes to WalletDetails
34
+
awsSecretAccessKeyString?@map("awsSecretAccessKey")/// global config, precedence goes to WalletDetails
35
+
awsRegionString?@map("awsRegion")/// global config, treat as "default", store in WalletDetails.awsKmsArn
36
36
// GCP
37
-
gcpApplicationProjectIdString?@map("gcpApplicationProjectId")/// global config, treat as "default", store in WalletDetails.gcpKmsResourcePath
38
-
gcpKmsLocationIdString?@map("gcpKmsLocationId")/// global config, treat as "default", store in WalletDetails.gcpKmsResourcePath
39
-
gcpKmsKeyRingIdString?@map("gcpKmsKeyRingId")/// global config, treat as "default", store in WalletDetails.gcpKmsResourcePath
40
-
gcpApplicationCredentialEmailString?@map("gcpApplicationCredentialEmail")/// global config, precedence goes to WalletDetails
41
-
gcpApplicationCredentialPrivateKeyString?@map("gcpApplicationCredentialPrivateKey")/// global config, precedence goes to WalletDetails
37
+
gcpApplicationProjectIdString?@map("gcpApplicationProjectId")/// global config, treat as "default", store in WalletDetails.gcpKmsResourcePath
38
+
gcpKmsLocationIdString?@map("gcpKmsLocationId")/// global config, treat as "default", store in WalletDetails.gcpKmsResourcePath
39
+
gcpKmsKeyRingIdString?@map("gcpKmsKeyRingId")/// global config, treat as "default", store in WalletDetails.gcpKmsResourcePath
40
+
gcpApplicationCredentialEmailString?@map("gcpApplicationCredentialEmail")/// global config, precedence goes to WalletDetails
41
+
gcpApplicationCredentialPrivateKeyString?@map("gcpApplicationCredentialPrivateKey")/// global config, precedence goes to WalletDetails
42
+
43
+
// other wallet provider credentials
44
+
walletProviderCredentialsJson@default("{}")@map("walletProviderCredentials")/// GCP and AWS credentials are stored as rows in WalletDetails, but other providers are stored here
45
+
42
46
// Auth
43
-
authDomainString@default("")@map("authDomain")// TODO: Remove defaults on major
44
-
authWalletEncryptedJsonString@default("")@map("authWalletEncryptedJson")// TODO: Remove defaults on major
47
+
authDomainString@default("")@map("authDomain")// TODO: Remove defaults on major
48
+
authWalletEncryptedJsonString@default("")@map("authWalletEncryptedJson")// TODO: Remove defaults on major
gcpApplicationCredentialEmailString?@map("gcpApplicationCredentialEmail")/// if not available, default to: Configuration.gcpApplicationCredentialEmail
96
100
gcpApplicationCredentialPrivateKeyString?@map("gcpApplicationCredentialPrivateKey")/// if not available, default to: Configuration.gcpApplicationCredentialPrivateKey
101
+
102
+
// other types of credentials
103
+
credentialsJson?@map("credentials")
104
+
97
105
// Smart Backend Wallet
98
-
accountSignerAddressString?@map("accountSignerAddress")/// this, and either local, aws or gcp encryptedJson, are required for smart wallet
99
-
accountFactoryAddressString?@map("accountFactoryAddress")/// optional even for smart wallet, if not available default factory will be used
100
-
entrypointAddressString?@map("entrypointAddress")/// optional even for smart wallet, if not available SDK will use default entrypoint
106
+
accountSignerAddressString?@map("accountSignerAddress")/// this, and either local, aws or gcp encryptedJson, are required for smart wallet
107
+
accountFactoryAddressString?@map("accountFactoryAddress")/// optional even for smart wallet, if not available default factory will be used
108
+
entrypointAddressString?@map("entrypointAddress")/// optional even for smart wallet, if not available SDK will use default entrypoint
0 commit comments