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

    Interface JobPaymentAuthorization

    The builder's signed authorization for the price of one read.

    The same EIP-712 GenericPayment a legacy Personal Server read signs into its X-PAYMENT header, over opType: "job_access" and opId: keccak256(jobId). The Gateway stores it verbatim on the payment row.

    interface JobPaymentAuthorization {
        amount: string;
        paymentNonce: string;
    }
    Index

    Properties

    Properties

    amount: string

    uint256 decimal; must equal the Gateway's quote for this chain.

    paymentNonce: string

    uint256 decimal, unique per (payer, kind).