Package convex.core.transactions


package convex.core.transactions
Convex network transaction types.
  • Classes
    Class
    Description
    Abstract 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