AddCredits converts ACME tokens to credits, which produces a synthetic deposit credits transaction.
AddValidator add a validator.
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.
IssueTokens issues tokens to a token account, which produces a synthetic token deposit transaction.
RemoveValidator remove a validator.
SendTokens transfers tokens between token accounts, which produces a synthetic deposit tokens transaction.
UpdateAccountAuth updates authorization for an account.
UpdateKey update key for existing keys.
UpdateKeyPage adds, removes, or updates keys in a key page, which does not produce a synthetic transaction.
UpdateValidatorKey update a validator key.
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.
Generated using TypeDoc
AcmeFaucet produces a synthetic deposit tokens transaction that deposits ACME tokens into a lite token account.