Skip to main content

entity.integrity.record_receipt

RecordReceipt Objects

class RecordReceipt()

Represents a receipt for a record, including anchor ID, client, record, and status information.

__init__

def __init__(anchor: int, client: str, record: str, status: str) -> None

Constructs a RecordReceipt object with the specified parameters.