Skip to content

The "next_key" field is missing in the GetTable rows API response #175

@cream-cheeze

Description

@cream-cheeze

The next_key field is missing in the GetTable rows API response. It is needed to make next requests if "more" = true.

type GetTableRowsResp struct {
	More bool            `json:"more"`
	Rows json.RawMessage `json:"rows"` // defer loading, as it depends on `JSON` being true/false.
}

Original eosio v1 API returns this field.

Screenshot 2022-05-16 at 15 11 53

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