Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/stellartoml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export namespace Api {
}
export type Url = string;
export type PublicKey = string;
export type ContractAddress = string;
Comment thread
ElliotFriend marked this conversation as resolved.
Outdated
export type ISODateTime = string;
export interface Documentation {
ORG_NAME?: string;
Expand Down Expand Up @@ -191,6 +192,8 @@ export namespace Api {
TRANSFER_SERVER?: Url;
KYC_SERVER?: Url;
WEB_AUTH_ENDPOINT?: Url;
WEB_AUTH_FOR_CONTRACTS_ENDPOINT?: Url;
WEB_AUTH_CONTRACT_ID?: ContractAddress;
FEDERATION_SERVER?: Url;
SIGNING_KEY?: PublicKey;
HORIZON_URL?: Url;
Expand Down
Loading