All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jd.blockchain.transaction.PubKeyData Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
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