Package com.casper.sdk.model.key
Class BidAddrKey
- java.lang.Object
-
- com.casper.sdk.model.key.AbstractSerializedKeyTaggedHex<KeyTag>
-
- com.casper.sdk.model.key.Key
-
- com.casper.sdk.model.key.BidAddrKey
-
- All Implemented Interfaces:
CasperSerializableObject,SerializableObject
public class BidAddrKey extends Key
A `Key` under which bid information is stored.
-
-
Constructor Summary
Constructors Constructor Description BidAddrKey()BidAddrKey(BidAddr bidAddr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeserializeCustom(DeserializerBuffer deser)protected voidfromStringCustom(java.lang.String strKey)BidAddrgetBidAddr()-
Methods inherited from class com.casper.sdk.model.key.Key
canEqual, create, deserialize, equals, fromTaggedHexString, generateAccountHash, hashCode, toString
-
Methods inherited from class com.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
getAlgoTaggedHex, getKey, getTag, serialize, setKey, setTag
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize
-
-
-
-
Constructor Detail
-
BidAddrKey
public BidAddrKey(BidAddr bidAddr)
-
BidAddrKey
public BidAddrKey()
-
-
Method Detail
-
fromStringCustom
protected void fromStringCustom(java.lang.String strKey)
- Overrides:
fromStringCustomin classKey
-
deserializeCustom
protected void deserializeCustom(DeserializerBuffer deser) throws java.lang.Exception
- Overrides:
deserializeCustomin classKey- Throws:
java.lang.Exception
-
getBidAddr
public BidAddr getBidAddr()
-
-