[INJIMOB-878]: moved Vc types file to Verifiable Credential folder and renamd VC state machine to VCMetaMachine (#1354)

Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
This commit is contained in:
Alka Prasad
2024-04-02 13:05:33 +05:30
committed by GitHub
parent 5571f045d7
commit 2d2a8fec77
42 changed files with 156 additions and 115 deletions

View File

@@ -1,7 +1,7 @@
import {Platform} from 'react-native';
import {DEBUG_MODE, ESIGNET_HOST, MIMOTO_HOST} from 'react-native-dotenv';
import {Argon2iConfig} from './commonUtil';
import {VcIdType} from '../types/VC/vc';
import {VcIdType} from '../machines/VerifiableCredential/VCMetaMachine/vc';
export let MIMOTO_BASE_URL = MIMOTO_HOST;
export let ESIGNET_BASE_URL = ESIGNET_HOST;