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 ResultCreate a Resultstatic ResultCreate a Resultstatic ResultCreate a Resultstatic ResultResult.fromContext(CVMLong id, Context ctx) Constructs a Result from a Contextstatic ResultResult.fromContext(Context ctx) Constructs a Result from a Contextstatic 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.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