interface IGetActions {
    limit: number;
    page: number;
    results: Cooperative.Blockchain.IAction[];
}

Properties

Properties

limit: number
page: number