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

interface QueryPinnedCodesResponseSDKType {
    code_ids: bigint[];
    pagination?: PageResponseSDKType;
}

Properties

code_ids: bigint[]
pagination?: PageResponseSDKType