Package com.casper.sdk.model.transaction
Class InitiatorAddr<T>
- java.lang.Object
-
- com.casper.sdk.model.transaction.InitiatorAddr<T>
-
- All Implemented Interfaces:
CasperSerializableObject,Tag,SerializableObject
- Direct Known Subclasses:
InitiatorAccountHash,InitiatorPublicKey
public abstract class InitiatorAddr<T> extends java.lang.Object implements CasperSerializableObject, Tag
The address of the transaction initiator.
-
-
Field Summary
Fields Modifier and Type Field Description protected static intACCOUNT_HASH_TAGprotected static intADDR_KEY_FIELD_INDEXprotected static intPUBLIC_KEY_TAGprotected static intTAG_FIELD_INDEX
-
Constructor Summary
Constructors Constructor Description InitiatorAddr()InitiatorAddr(T address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAddress()voidsetAddress(T address)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize, serialize
-
Methods inherited from interface com.casper.sdk.model.key.Tag
getByteTag
-
-
-
-
Field Detail
-
PUBLIC_KEY_TAG
protected static final int PUBLIC_KEY_TAG
- See Also:
- Constant Field Values
-
ACCOUNT_HASH_TAG
protected static final int ACCOUNT_HASH_TAG
- See Also:
- Constant Field Values
-
TAG_FIELD_INDEX
protected static final int TAG_FIELD_INDEX
- See Also:
- Constant Field Values
-
ADDR_KEY_FIELD_INDEX
protected static final int ADDR_KEY_FIELD_INDEX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InitiatorAddr
public InitiatorAddr(T address)
-
InitiatorAddr
public InitiatorAddr()
-
-