xrpl
    Preparing search index...

    Interface ConfidentialSpendingState

    A predicted confidential spending balance a proof is built against. Inside a Batch, an earlier balance-mutating inner for the same (account, token) leaves state the ledger does not yet reflect; prepareConfidentialBatch predicts it and threads it into the next proof-bearing builder via confidentialState. Standalone callers never set this — the builder reads live ledger state.

    interface ConfidentialSpendingState {
        spending: string;
        version: number;
    }
    Index

    Properties

    Properties

    spending: string

    The 66-byte hex ConfidentialBalanceSpending ciphertext to prove against.

    version: number

    The ConfidentialBalanceVersion the proof binds.