Class CertificateRawV1
- java.lang.Object
-
- com.github.katenachain.entity.certify.CertificateRawV1
-
-
Constructor Summary
Constructors Constructor Description CertificateRawV1(String id, byte[] value)CertificateRawV1 constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetNamespace()HashMap<String,String>getStateIds(String signerCompanyBcId)StringgetType()byte[]getValue()
-
-
-
Constructor Detail
-
CertificateRawV1
public CertificateRawV1(String id, byte[] value)
CertificateRawV1 constructor.- Parameters:
id-value-
-
-
Method Detail
-
getId
public String getId()
-
getValue
public byte[] getValue()
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceTxData
-
-