@venly/venly-core-sdk
Version:
Javascrip/Typescript SDK for Venly's Web3 Services
14 lines • 322 B
TypeScript
export declare enum VyEnvironment {
Sandbox = "SANDBOX",
Production = "PRODUCTION"
}
export declare enum VyApiEndpoint {
None = "NONE",
Auth = "AUTH",
Wallet = "WALLET",
Nft = "NFT",
Pay = "PAY",
Notifications = "NOTIFICATIONS",
Extension = "EXT"
}
//# sourceMappingURL=VyEnums.d.ts.map