Vana SDK - v3.5.0
    Preparing search index...

    Interface EscrowBalanceEntry

    Per-asset balance entry returned by the gateway's escrow balance endpoints.

    • balance — gross finalized credit (deposits credited so far).
    • pendingAmount — sum of submitted deposits not yet confirmed.
    • authorizedAmount — sum of all in-flight payments authorized by /v1/escrow/pay (soft-lock). May include payments not yet settled on-chain.
    • availableAmountmax(balance − authorizedAmount, 0). This is what the payer can authorize before the gateway rejects with 402.