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

com.jd.blockchain.ledger.UserAccountHeader Maven / Gradle / Ivy

package com.jd.blockchain.ledger;

import com.jd.blockchain.binaryproto.DataContract;
import com.jd.blockchain.consts.DataCodes;
import com.jd.blockchain.crypto.PubKey;

@DataContract(code= DataCodes.USER_ACCOUNT_HEADER)
public interface UserAccountHeader extends BlockchainIdentity {
	
	PubKey getDataPubKey();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy