Uses of Interface
com.github.katenachain.entity.TxData
-
Packages that use TxData Package Description com.github.katenachain com.github.katenachain.entity com.github.katenachain.entity.certify com.github.katenachain.serializer.adapter -
-
Uses of TxData in com.github.katenachain
Methods in com.github.katenachain with parameters of type TxData Modifier and Type Method Description TxTransactor. getTx(TxData txData)signs a tx data and returns a new tx ready to be sent.byte[]Transactor. getTxDataState(String chainId, Date nonceTime, TxData txData)returns the sorted and marshaled json representation of a TxData ready to be signed. -
Uses of TxData in com.github.katenachain.entity
Methods in com.github.katenachain.entity that return TxData Modifier and Type Method Description TxDataTx. getData()Data GetterTxDataTxDataState. getTxData()TxData GetterMethods in com.github.katenachain.entity with parameters of type TxData Modifier and Type Method Description TxTx. setData(TxData data)Data SetterConstructors in com.github.katenachain.entity with parameters of type TxData Constructor Description TxDataState(String chainId, Date nonceTime, TxData txData)TxDataState Constructor -
Uses of TxData in com.github.katenachain.entity.certify
Classes in com.github.katenachain.entity.certify that implement TxData Modifier and Type Class Description classCertificateEd25519V1CertificateEd25519V1 is the first version of an ed25519 certificate.classCertificateRawV1CertificateRawV1 is the first version of a raw certificate.classSecretNaclBoxV1SecretNaclBoxV1 is the first version of a nacl box secret. -
Uses of TxData in com.github.katenachain.serializer.adapter
Methods in com.github.katenachain.serializer.adapter that return TxData Modifier and Type Method Description TxDataTxDataSerializer. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)TxData deserializeMethods in com.github.katenachain.serializer.adapter with parameters of type TxData Modifier and Type Method Description com.google.gson.JsonElementTxDataSerializer. serialize(TxData txData, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)TxData serialize
-