org.cardanofoundation.cip30.MessageFormat Maven / Gradle / Ivy
package org.cardanofoundation.cip30;
/**
* {@code Format} is an enum representing different options of format for data representation.
*/
public enum MessageFormat {
/**
* The instance for the data representation format of Base64 encoding.
*/
BASE64,
/**
* The instance for the data representation format of Hexadecimal encoding.
*/
HEX,
/**
* The instance for the data representation format of Plain Text.
*/
TEXT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy