com.jd.blockchain.transaction.PubKeyData Maven / Gradle / Ivy
package com.jd.blockchain.transaction;
//package com.jd.blockchain.ledger.data;
//
//import com.jd.blockchain.ledger.KeyType;
//import com.jd.blockchain.ledger.PubKey;
//
//import my.utils.io.ByteArray;
//
//public class PubKeyData implements PubKey{
//
// private KeyType type;
//
// private ByteArray value;
//
// public PubKeyData(KeyType type, ByteArray value) {
// this.type = type;
// this.value = value;
// }
//
// @Override
// public KeyType getType() {
// return type;
// }
//
// @Override
// public ByteArray getValue() {
// return value;
// }
//
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy