QueryPinnedCodesResponse is the response type for the Query/PinnedCodes RPC method

interface QueryPinnedCodesResponse {
    codeIds: bigint[];
    pagination?: PageResponse;
}

Properties

Properties

codeIds: bigint[]
pagination?: PageResponse

pagination defines the pagination in the response.