Skip to content

Commit b4ce611

Browse files
committed
use ContractId for more consistency with the rest of the SDK
1 parent 8371b17 commit b4ce611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stellartoml/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export namespace Api {
103103
}
104104
export type Url = string;
105105
export type PublicKey = string;
106-
export type ContractAddress = string;
106+
export type ContractId = string;
107107
export type ISODateTime = string;
108108
export interface Documentation {
109109
ORG_NAME?: string;
@@ -193,7 +193,7 @@ export namespace Api {
193193
KYC_SERVER?: Url;
194194
WEB_AUTH_ENDPOINT?: Url;
195195
WEB_AUTH_FOR_CONTRACTS_ENDPOINT?: Url;
196-
WEB_AUTH_CONTRACT_ID?: ContractAddress;
196+
WEB_AUTH_CONTRACT_ID?: ContractId;
197197
FEDERATION_SERVER?: Url;
198198
SIGNING_KEY?: PublicKey;
199199
HORIZON_URL?: Url;

0 commit comments

Comments
 (0)