signatureBlocksSize method

int signatureBlocksSize()

Implementation

int signatureBlocksSize() => signatureBlocks.fold(0, (p, e) => p += e.size);