cooptypes - v2026.8.22-3
    Preparing search index...

    walletop-action контракта ledger2 (Epic 3 / story 3.1) — атомарная мутация L2+L3 кошельков. Только inline-вызов из apply / walmove / revert.

    username обязателен для USER_SHARED-кошельков, игнорируется для COOPERATIVE. op_code: 0=ISSUE, 1=TRANSFER, 2=BLOCK, 3=UNBLOCK, 4=BURN.

    interface IWalletop {
        amount: string;
        coopname: string;
        memo: string;
        op_code: number;
        process_hash: string;
        username: string;
        wallet_from: string;
        wallet_to: string;
    }
    Index

    Properties

    amount: string
    coopname: string
    memo: string
    op_code: number
    process_hash: string
    username: string
    wallet_from: string
    wallet_to: string