mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
Refactor(inji-429) : standardize issuers configuration (#937)
* refactor(inji-429): standardize the issuers configuration Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com> * refactor(inji-249): optimise the issuers protocols implementations Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com> * refactor(inji-249): remove unnecessary states and unused icons Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com> --------- Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {WalletBindingResponse} from '../../../shared/cryptoutil/cryptoUtil';
|
||||
import {logoType} from '../../../machines/issuersMachine';
|
||||
|
||||
export interface VC {
|
||||
id?: string;
|
||||
@@ -68,7 +69,7 @@ export interface Credential {
|
||||
}
|
||||
|
||||
export interface VerifiableCredential {
|
||||
issuerLogo: string;
|
||||
issuerLogo: logoType;
|
||||
format: string;
|
||||
credential: Credential;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user