cooptypes - v2026.4.27-2
    Preparing search index...
    interface IGetActions {
        limit: number;
        page: number;
        results: Cooperative.Blockchain.IAction<any>[];
        total: number;
    }
    Index

    Properties

    Properties

    limit: number
    page: number
    total: number