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

    Interface WithdrawNonceResponse

    Response from GET /v1/escrow/withdraw/nonce.

    The gateway provides a read-only snapshot of the account's withdrawal nonce state. This is not a reservation; multiple concurrent callers will see the same nextWithdrawNonce. To reduce staleness risk, query immediately before signing/submitting the withdrawal authorization. However, stale_nonce errors can still occur under concurrent withdrawal attempts; if rejected, re-query and re-sign.

    Use nextWithdrawNonce in the signed withdrawal authorization; lastWithdrawNonce is provided for reference and diagnostics.