Returns a BlockId object for the block at the given blockIdString.
blockIdString
BlockId getBlockIdFromString(String blockIdString) { return BlockId( value: Base58Decode(blockIdString), ); }