Uses of Class
convex.core.Result
Packages that use Result
-
Uses of Result in convex.core
Methods in convex.core that return ResultModifier and TypeMethodDescriptionstatic Result
Create a Resultstatic Result
Create a Resultstatic Result
Create a Resultstatic Result
Result.fromContext
(CVMLong id, Context<?> ctx) Constructs a Result from a Contextstatic Result
Result.fromContext
(Context<?> ctx) Constructs a Result from a Contextstatic Result
Result.fromException
(Throwable e) BlockResult.getResult
(long i) Gets a specific ResultPeer.getResult
(long blockIndex, long txIndex) Gets the Result of a specific transactionstatic Result
static Result
Result.read
(ByteBuffer bb) Reads a Result from a ByteBuffer encoding.Updates result with a given message ID.protected Result
Result.withValues
(AVector<ACell> newValues) Methods in convex.core that return types with arguments of type ResultModifier and TypeMethodDescriptionBlockResult.getResults()
Gets the Results of all transactions in the BlockMethods in convex.core with parameters of type ResultMethod parameters in convex.core with type arguments of type Result