public class NamespaceRegistrationTransaction extends Transaction
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.math.BigInteger> |
getDuration()
Returns number of blocks a namespace is active.
|
NamespaceId |
getNamespaceId()
Returns id of the namespace derived from namespaceName.
|
java.lang.String |
getNamespaceName()
Returns namespace name.
|
NamespaceRegistrationType |
getNamespaceRegistrationType()
Returns namespace type either RootNamespace or SubNamespace.
|
java.util.Optional<NamespaceId> |
getParentId()
The id of the parent sub namespace.
|
createTransactionHash, getDeadline, getGroup, getMaxFee, getNetworkType, getRecordId, getSignature, getSignBytes, getSigner, getSize, getTransactionInfo, getType, getVersion, hasMissingSignatures, isConfirmed, isPartial, isTransactionFullyLoaded, isUnannounced, isUnconfirmed, serialize, signWith, toAggregate
public java.lang.String getNamespaceName()
public NamespaceId getNamespaceId()
public java.util.Optional<java.math.BigInteger> getDuration()
public java.util.Optional<NamespaceId> getParentId()
public NamespaceRegistrationType getNamespaceRegistrationType()