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

interface QueryPinnedCodesResponseAmino {
    code_ids?: string[];
    pagination?: PageResponseAmino;
}

Properties

code_ids?: string[]
pagination?: PageResponseAmino

pagination defines the pagination in the response.