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 ResultResult.buildFromVector(AVector<ACell> values) static ResultCreate a Resultstatic ResultCreate a Resultstatic ResultCreate a Resultstatic Resultstatic ResultResult.fromContext(CVMLong id, ResultContext rc) Constructs a Result from a Contextstatic ResultResult.fromContext(Context ctx) Constructs a Result from a Context.static ResultResult.fromException(Throwable e) BlockResult.getResult(long i) Gets a specific ResultPeer.getResult(long blockIndex, long txIndex) Gets the Result of a specific transactionstatic ResultReads a Result from a Blob encoding.Result.withExtraInfo(Map<Keyword, ACell> extInfo) Updates result with a given message ID.protected ResultResult.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