Vana SDK - v4.1.0
    Preparing search index...

    Interface JobAccessRecord

    RecordDataAccess receipt fields plus the enclave signature over them.

    interface JobAccessRecord {
        version: string;
        recordId: `0x${string}`;
    }
    Index

    Properties

    Properties

    version: string

    uint256 decimal — the data-point version actually served.

    recordId: `0x${string}`

    bytes32 per-event replay nonce; the contract pins it.