QueryPinnedCodesRequest is the request type for the Query/PinnedCodes RPC method

interface QueryPinnedCodesRequestAmino {
    pagination?: PageRequestAmino;
}

Properties

Properties

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.