Uses of Package
convex.core.transactions
Packages that use convex.core.transactions
Package
Description
Fundamental Convex classes used for the decentralised network
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
CVM type system implementation.
Convex network transaction types.
-
Classes in convex.core.transactions used by convex.coreClassDescriptionAbstract base class for immutable transactions Transactions may modify the on-chain State according to the rules of the specific transaction type.
-
Classes in convex.core.transactions used by convex.core.dataClassDescriptionAbstract base class for immutable transactions Transactions may modify the on-chain State according to the rules of the specific transaction type.
-
Classes in convex.core.transactions used by convex.core.data.typeClassDescriptionAbstract base class for immutable transactions Transactions may modify the on-chain State according to the rules of the specific transaction type.
-
Classes in convex.core.transactions used by convex.core.transactionsClassDescriptionAbstract base class for immutable transactions Transactions may modify the on-chain State according to the rules of the specific transaction type.Transaction representing a Call to an Actor.Transaction class representing the Invoke of an on-chain operation.The Multi class enables multiple child transactions to be grouped into a single wrapper transaction with useful joint execution semantics.Transaction class representing a coin Transfer from one account to another