cooptypes - v2026.4.30-alpha-1
    Preparing search index...

    revert-action контракта _ledger2 — operation o.adj.rev (откат операции). Зеркальная проводка по original_operation_id. Параметры зеркала готовит backend (поднимает оригинал из БД blockchain_actions, меняет местами Dr/Cr, подбирает корректный mirror_wallet_op). Запрещён откат o.mig.*. Авторизация coopname@active (председатель).

    interface IRevert {
        amount: string;
        coopname: string;
        initiator: string;
        memo: string;
        mirror_credit_account_id: number;
        mirror_debit_account_id: number;
        mirror_wallet_from: string;
        mirror_wallet_op: number;
        mirror_wallet_to: string;
        original_operation_code: string;
        original_operation_id: number;
        process_hash: string;
        username: string;
    }
    Index

    Properties

    amount: string
    coopname: string
    initiator: string
    memo: string
    mirror_credit_account_id: number
    mirror_debit_account_id: number
    mirror_wallet_from: string
    mirror_wallet_op: number

    0=ISSUE, 1=TRANSFER, 4=WALLET_ONLY, 5=REVOKE. 2=BLOCK / 3=UNBLOCK не разрешены — они симметричны сами себе.

    mirror_wallet_to: string
    original_operation_code: string
    original_operation_id: number
    process_hash: string
    username: string