Skip to content

Get table rows limit #52

@varshadqz

Description

@varshadqz

I wrote web API to get all records of table using:

var result = await eos.GetTableRows(new GetTableRowsRequest() {
    json = true,
    code = "eosio.token",
    scope = "EOS",
    table = "stat"
});

By default, it gives first 10 records only. I know, if I want more I can give limit option parameter. But what if I need all records from a table? What value should I set the limit value to get all records of the table? Please guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions