KeyType.java

package com.syntifi.near.api.model.key;

/**
 * The KeyType enum
 *
 * @author Alexandre Carvalho
 * @author Andre Bertolace
 * @since 0.0.1
 */
public enum KeyType {
    ED25519
}