Uses of Class
convex.core.transactions.ATransaction
Packages that use ATransaction
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.
-
Uses of ATransaction in convex.core
Methods in convex.core that return types with arguments of type ATransactionModifier and TypeMethodDescriptionBlock.getTransactions()Get the vector of transactions in this BlockMethods in convex.core with parameters of type ATransactionModifier and TypeMethodDescriptionState.applyTransaction(ATransaction t)Applies a transaction to the State.longPeer.estimateCost(ATransaction trans)Estimates the coin cost of a executing a given transaction by performing a "dry run".Peer.executeDryRun(ATransaction transaction)Executes a "dry run" transaction on the current consensus state of this Peer.Method parameters in convex.core with type arguments of type ATransactionModifier and TypeMethodDescriptionstatic BlockBlock.create(long timestamp, AVector<SignedData<ATransaction>> transactions)Creates a block with the given transactions.static BlockBlock.create(long timestamp, List<SignedData<ATransaction>> transactions)Creates a block with the given timestamp and transactions -
Uses of ATransaction in convex.core.data
Methods in convex.core.data that return types with arguments of type ATransactionModifier and TypeMethodDescriptionstatic SignedData<ATransaction>SignedData.create(AKeyPair kp, ASignature sig, Ref<ATransaction> ref)Method parameters in convex.core.data with type arguments of type ATransactionModifier and TypeMethodDescriptionstatic SignedData<ATransaction>SignedData.create(AKeyPair kp, ASignature sig, Ref<ATransaction> ref) -
Uses of ATransaction in convex.core.data.type
Fields in convex.core.data.type declared as ATransactionMethods in convex.core.data.type that return ATransaction -
Uses of ATransaction in convex.core.transactions
Subclasses of ATransaction in convex.core.transactionsModifier and TypeClassDescriptionclassTransaction representing a Call to an Actor.classTransaction class representing the Invoke of an on-chain operation.classTransaction class representing a coin Transfer from one account to anotherMethods in convex.core.transactions that return ATransactionModifier and TypeMethodDescriptionstatic ATransactionCall.read(ByteBuffer bb)abstract ATransactionATransaction.withOrigin(Address newAddress)Updates this transaction with the specified origin addressabstract ATransactionATransaction.withSequence(long newSequence)Updates this transaction with the specified sequence number