cooptypes - v2026.4.30-alpha-1
    Preparing search index...
    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