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
Result.buildFromVector
(AVector<ACell> values) static Result
Create a Resultstatic Result
Create a Resultstatic Result
Create a Resultstatic Result
static Result
Result.fromContext
(CVMLong id, ResultContext rc) Constructs a Result from a Contextstatic Result
Result.fromContext
(Context ctx) Constructs a Result from a Context.static 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
Reads a Result from a Blob encoding.Result.withExtraInfo
(Map<Keyword, ACell> extInfo) 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