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

    Interface IRevokeagree

    revokeagree — расторжение программного соглашения (auth: coopname@active). Удаляет программу из users[username].programs[]; пустой vector → erase.

    interface IRevokeagree {
        coopname: string;
        program_id: Interfaces.Wallet.IUint64;
        username: string;
    }
    Index

    Properties

    coopname: string
    username: string