UNPKG

@elysium-onchain-id/identity-sdk

Version:
5 lines (4 loc) 152 B
import { ERC734 } from './ERC734.interface'; import { ERC735 } from './ERC735.interface'; export interface IdentityInterface extends ERC734, ERC735 { }