RpcRawHeader (TypedDict)¶ Bases: TypedDict A raw block header without a cached hash. acceptedIdMerkleRoot instance-attribute ¶ acceptedIdMerkleRoot: str bits instance-attribute ¶ bits: int blueScore instance-attribute ¶ blueScore: int blueWork instance-attribute ¶ blueWork: str daaScore instance-attribute ¶ daaScore: int hashMerkleRoot instance-attribute ¶ hashMerkleRoot: str nonce instance-attribute ¶ nonce: int parentsByLevel instance-attribute ¶ parentsByLevel: list[list[str]] pruningPoint instance-attribute ¶ pruningPoint: str timestamp instance-attribute ¶ timestamp: int utxoCommitment instance-attribute ¶ utxoCommitment: str version instance-attribute ¶ version: int