SearchTxsResult defines a structure for querying txs pageable

from message cosmos.base.abci.v1beta1.SearchTxsResult

Hierarchy

Constructors

Properties

count: bigint = protoInt64.zero

Count of txs in current page

from field: uint64 count = 2;

limit: bigint = protoInt64.zero

Max count txs per page

from field: uint64 limit = 5;

pageNumber: bigint = protoInt64.zero

Index of current page, start from 1

from field: uint64 page_number = 3;

pageTotal: bigint = protoInt64.zero

Count of total pages

from field: uint64 page_total = 4;

totalCount: bigint = protoInt64.zero

Count of all txs

from field: uint64 total_count = 1;

txs: TxResponse[] = []

List of txs in current page

from field: repeated cosmos.base.abci.v1beta1.TxResponse txs = 6;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.abci.v1beta1.SearchTxsResult" = "cosmos.base.abci.v1beta1.SearchTxsResult"

Methods