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 BlockResult
Create a BlockResultstatic BlockResult
Create a BlockResultPeer.getBlockResult
(long i) Gets the BlockResult of a specific block indexstatic BlockResult
static BlockResult
BlockResult.read
(ByteBuffer bb) Decodes a BlockResult from a ByteBufferBlockResult.updateRefs
(IRefFunction func) Methods in convex.core with parameters of type BlockResultModifier and TypeMethodDescriptionboolean
BlockResult.equals
(BlockResult a) Tests if this BlockResult is equal to another