We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ContractId
1 parent 8371b17 commit b4ce611Copy full SHA for b4ce611
src/stellartoml/index.ts
@@ -103,7 +103,7 @@ export namespace Api {
103
}
104
export type Url = string;
105
export type PublicKey = string;
106
- export type ContractAddress = string;
+ export type ContractId = string;
107
export type ISODateTime = string;
108
export interface Documentation {
109
ORG_NAME?: string;
@@ -193,7 +193,7 @@ export namespace Api {
193
KYC_SERVER?: Url;
194
WEB_AUTH_ENDPOINT?: Url;
195
WEB_AUTH_FOR_CONTRACTS_ENDPOINT?: Url;
196
- WEB_AUTH_CONTRACT_ID?: ContractAddress;
+ WEB_AUTH_CONTRACT_ID?: ContractId;
197
FEDERATION_SERVER?: Url;
198
SIGNING_KEY?: PublicKey;
199
HORIZON_URL?: Url;
0 commit comments