Uses of Class
convex.core.BlockResult
Packages that use BlockResult
-
Uses of BlockResult in convex.core
Methods in convex.core that return BlockResultModifier and TypeMethodDescriptionState.applyBlock(Block block) Block level state transition function Updates the state by applying a given block of transactionsState.applyBlock(SignedData<Block> signedBlock) Applies a signed Block to the current statestatic BlockResultCreate a BlockResultstatic BlockResultCreate a BlockResultPeer.getBlockResult(long i) Gets the BlockResult of a specific block indexstatic BlockResultstatic BlockResultBlockResult.read(ByteBuffer bb) Decodes a BlockResult from a ByteBufferBlockResult.updateRefs(IRefFunction func) Methods in convex.core with parameters of type BlockResultModifier and TypeMethodDescriptionbooleanBlockResult.equals(BlockResult a) Tests if this BlockResult is equal to another