Package com.sdk.accumulate.enums
Enum Class TxType
- All Implemented Interfaces:
Serializable
,Comparable<TxType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAcmeFaucet produces a synthetic deposit tokens transaction that deposits ACME tokens into a lite token account.AddCredits converts ACME tokens to credits, which produces a synthetic deposit credits transaction.BurnTokens burns tokens from a token account, which produces a synthetic burn tokens transaction.CreateDataAccount creates an ADI Data Account, which produces a synthetic chain create transaction.CreateIdentity creates an ADI, which produces a synthetic chain.CreateKeyBook creates a key book, which produces a synthetic chain create transaction.CreateKeyPage creates a key page, which produces a synthetic chain create transaction.CreateToken creates a token issuer, which produces a synthetic chain create transaction.CreateTokenAccount creates an ADI token account, which produces a synthetic chain create transaction.InternalGenesis initializes system chains.InternalSendTransactions reserved for internal send.InternalTransactionsSent notifies the executor of synthetic transactions that have been sent.InternalTransactionsSigned notifies the executor of synthetic transactions that have been signed.IssueTokens issues tokens to a token account, which produces a synthetic token deposit transaction.RemoveManager remove manager from existing chain.SegWitDataEntry is a surrogate transaction segregated witness for a WriteData transaction.SendTokens transfers tokens between token accounts, which produces a synthetic deposit tokens transaction.SignPending is used to sign a pending transaction.SyntheticAnchor anchors one network to another.SyntheticBurnTokens returns tokens to a token issuer's pool of issuable tokens.SyntheticCreateChain creates or updates chains.SyntheticDepositCredits deposits credits into a credit holder.SyntheticDepositTokens deposits tokens into token accounts.SyntheticMirror mirrors records from one network to another.SyntheticWriteData writes data to a data account.Unknown represents an unknown transaction type.UpdateKeyPage adds, removes, or updates keys in a key page, which *does not* produce a synthetic transaction.UpdateManager updates manager for the existing chain.WriteData writes data to an ADI Data Account, which *does not* produce a synthetic transaction.WriteDataTo writes data to a Lite Data Account, which produces a synthetic write data transaction. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
Unknown
Unknown represents an unknown transaction type. -
CreateIdentity
CreateIdentity creates an ADI, which produces a synthetic chain. -
CreateTokenAccount
CreateTokenAccount creates an ADI token account, which produces a synthetic chain create transaction. -
SendTokens
SendTokens transfers tokens between token accounts, which produces a synthetic deposit tokens transaction. -
CreateDataAccount
CreateDataAccount creates an ADI Data Account, which produces a synthetic chain create transaction. -
WriteData
WriteData writes data to an ADI Data Account, which *does not* produce a synthetic transaction. -
WriteDataTo
WriteDataTo writes data to a Lite Data Account, which produces a synthetic write data transaction. -
AcmeFaucet
AcmeFaucet produces a synthetic deposit tokens transaction that deposits ACME tokens into a lite token account. -
CreateToken
CreateToken creates a token issuer, which produces a synthetic chain create transaction. -
IssueTokens
IssueTokens issues tokens to a token account, which produces a synthetic token deposit transaction. -
BurnTokens
BurnTokens burns tokens from a token account, which produces a synthetic burn tokens transaction. -
CreateKeyPage
CreateKeyPage creates a key page, which produces a synthetic chain create transaction. -
CreateKeyBook
CreateKeyBook creates a key book, which produces a synthetic chain create transaction. -
AddCredits
AddCredits converts ACME tokens to credits, which produces a synthetic deposit credits transaction. -
UpdateKeyPage
UpdateKeyPage adds, removes, or updates keys in a key page, which *does not* produce a synthetic transaction. -
UpdateManager
UpdateManager updates manager for the existing chain. -
RemoveManager
RemoveManager remove manager from existing chain. -
SignPending
SignPending is used to sign a pending transaction. -
SyntheticCreateChain
SyntheticCreateChain creates or updates chains. -
SyntheticWriteData
SyntheticWriteData writes data to a data account. -
SyntheticDepositTokens
SyntheticDepositTokens deposits tokens into token accounts. -
SyntheticAnchor
SyntheticAnchor anchors one network to another. -
SyntheticDepositCredits
SyntheticDepositCredits deposits credits into a credit holder. -
SyntheticBurnTokens
SyntheticBurnTokens returns tokens to a token issuer's pool of issuable tokens. -
SyntheticMirror
SyntheticMirror mirrors records from one network to another. -
SegWitDataEntry
SegWitDataEntry is a surrogate transaction segregated witness for a WriteData transaction. -
InternalGenesis
InternalGenesis initializes system chains. -
InternalSendTransactions
InternalSendTransactions reserved for internal send. -
InternalTransactionsSigned
InternalTransactionsSigned notifies the executor of synthetic transactions that have been signed. -
InternalTransactionsSent
InternalTransactionsSent notifies the executor of synthetic transactions that have been sent.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()
-