Module: constants
Variables
BACKEND_URL
• BACKEND_URL: "https://asia-northeast1-mint-v2-production.cloudfunctions.net/"
Defined in
mint-sdk-js/src/constants/index.ts:1
PROFILE_DOMAIN
• PROFILE_DOMAIN: Object
Type declaration
Name | Type |
---|---|
name | string |
Defined in
mint-sdk-js/src/constants/index.ts:4
PROFILE_TYPES
• PROFILE_TYPES: Object
Type declaration
Name | Type |
---|---|
Profile | { name : string = 'walletAddress'; type : string = 'string' }[] |