📃
OmniOne Developer Site
  • Introduction
  • Manager console guide
    • To begin with...
      • Wallet Settings
      • Select an Account
      • The Issuer/SP account creation
      • Issue access token for the OmniOne Agent
    • Issuer Console
      • Claim
      • VC Type
      • VC Format
      • Issue the VC Information
      • My request list
    • SP Console
      • Service List
      • Token Transaction History
      • My service request
  • Server system construction
    • To begin with...
      • Server Wallet creation and Key settings
      • Collect the Issuer and SP's DID
      • application.properties settings
    • Server default environment configuration per IDE
      • Spring Tool Suite 4
      • IntelliJ IDEA
    • Building the Issuer system
      • Issuer server guide(JAVA)
    • Building the SP system
      • SP server guide (JAVA)
  • Checking Blockchain data
    • Check Agent API
      • bp
      • Committee
      • DID
      • executor
      • key
      • pDID
      • player
      • policy
      • txinfo
      • txissue
      • vc
      • version
      • response codes
  • SDK instruction guide
    • Core SDK Guide
      • Java Wallet
        • IWKeyManager
        • IWDIDManager
        • IWRecoveryManager
        • ZkpException
        • IWException
      • iOS Wallet
        • IWKeyManager
        • IWDidManager
        • IWClaimManager
        • IWRecoveryManager
        • IWErrorManager
        • Enum
    • Server SDK Guide
      • Java
        • ServerInfo
        • IssuerApi
        • SpApi
        • VcResult
        • VcInitParam
        • VCRegParam
        • VcVerifyParam
        • SpProfileParam
    • Omni App Link SDK
      • Server
      • Android
      • IOS
  • Node creation
    • Full Node creation
      • Full Node by using Docker
        • Docker Installation
        • Building Full Node
        • Full Node settings
      • Installation type Full Node
        • Full Node installation
    • BP Node creation
      • BP Node by using Docker
        • Docker Installation
        • Building BP Node
        • BP Node settings
          • keosd/BP Node executing simultaneously
      • Installation type BP
        • Node Installation
        • Executing Node
        • Node settings
        • BP Vote
Powered by GitBook
On this page
  • VC type list
  • Detailed view for the VC type
  • Add VC type

Was this helpful?

  1. Manager console guide
  2. Issuer Console

VC Type

This page guides how to check and add the type of VC of what the Issuer has issued.

PreviousClaimNextVC Format

Last updated 4 years ago

Was this helpful?

VC type can be defined as a collection of wanted format before making the VC format. For instance, a student ID card is classified as the VC type and each school's student ID card is classified as the VC format. It can only check what kind of claim is included and it will not have specific Issuer's information for issuing that certificate.

VC Type

VC Form

Student ID

School A's Student ID

School B's Student ID

Proof of Enrollment (PoE)

Company A's PoE

Company B's PoE

VC type list

As provided in the below figure, it provides a list of the generated VC types from all Issuers.

  • Code of the VC type - Code of VC type which is used as the identifier.

  • Name of the VC type - A name that expresses the certification type.

  • Creator OMN ID - Owner's Account who added the VC type.

  • Status - Authentication status of the VC type.

  • Detailed info - Able to check claims that being used on the VC type by clicking.

Detailed view for the VC type

Able to check the claim of that type by clicking 'view details'

Add VC type

If the list does not have the VC type which in need, click add new VC type to generate a new certificate type.

By clicking the claim to use from the list, it will be displayed as provided in the below figure.

  • Code of the VC type - A random value generated by default which is editable by the user which is used as an identifier.

  • Name of the VC type -The name of the certification type to add.

  • VC type description - a description for the VC type to add.

The Scatter pop-up will be displayed by clicking the submit button after entering the information.

Check the entered information via Details and click the Sign button to send a transaction.

The generated VC type can be used once the Admin approves it.

Able to check details by visiting the 'My request List > VC type request list' page.