repo stringlengths 7 64 | file_url stringlengths 81 338 | file_path stringlengths 5 257 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:25:31 2026-01-05 01:50:38 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel/index.tsx | packages/ui/src/components/msg/ibc/channel/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgChannel } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const Channel: FC<{ message: MsgChannel }> = (props)... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/connection_open_confirm/index.test.tsx | packages/ui/src/components/msg/ibc/connection_open_confirm/index.test.tsx | import renderer from 'react-test-renderer';
import ConnectionOpenConfirm from '@/components/msg/ibc/connection_open_confirm';
import { MsgConnectionOpenConfirm } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/connection_open_confirm/index.tsx | packages/ui/src/components/msg/ibc/connection_open_confirm/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgConnectionOpenConfirm } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const ConnectionOpenConfirm: FC<{ mess... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_timeout/index.test.tsx | packages/ui/src/components/msg/ibc/channel_timeout/index.test.tsx | import renderer from 'react-test-renderer';
import Timeout from '@/components/msg/ibc/channel_timeout';
import { MsgTimeout } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components/name', () => (pro... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_timeout/index.tsx | packages/ui/src/components/msg/ibc/channel_timeout/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgTimeout } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const Timeout: FC<{ message: MsgTimeout }> = (props)... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_open_ack/index.test.tsx | packages/ui/src/components/msg/ibc/channel_open_ack/index.test.tsx | import renderer from 'react-test-renderer';
import ChannelOpenAck from '@/components/msg/ibc/channel_open_ack';
import { MsgChannelOpenAck } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components/nam... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_open_ack/index.tsx | packages/ui/src/components/msg/ibc/channel_open_ack/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgChannelOpenAck } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const ChannelOpenAck: FC<{ message: MsgChanne... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/client_upgrade_client/index.test.tsx | packages/ui/src/components/msg/ibc/client_upgrade_client/index.test.tsx | import renderer from 'react-test-renderer';
import UpgradeClient from '@/components/msg/ibc/client_upgrade_client';
import { MsgUpgradeClient } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/client_upgrade_client/index.tsx | packages/ui/src/components/msg/ibc/client_upgrade_client/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgUpgradeClient } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const UpgradeClient: FC<{ message: MsgUpgradeC... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/client_height/index.test.tsx | packages/ui/src/components/msg/ibc/client_height/index.test.tsx | import renderer from 'react-test-renderer';
import Height from '@/components/msg/ibc/client_height';
import { MsgHeight } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components/name', () => (props: ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/client_height/index.tsx | packages/ui/src/components/msg/ibc/client_height/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgHeight } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const Height: FC<{ message: MsgHeight }> = (props) =>... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_close_confirm/index.test.tsx | packages/ui/src/components/msg/ibc/channel_close_confirm/index.test.tsx | import renderer from 'react-test-renderer';
import ChannelCloseConfirm from '@/components/msg/ibc/channel_close_confirm';
import { MsgChannelCloseConfirm } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_close_confirm/index.tsx | packages/ui/src/components/msg/ibc/channel_close_confirm/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgChannelCloseConfirm } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const ChannelCloseConfirm: FC<{ message:... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_packet/index.test.tsx | packages/ui/src/components/msg/ibc/channel_packet/index.test.tsx | import renderer from 'react-test-renderer';
import Packet from '@/components/msg/ibc/channel_packet';
import { MsgPacket } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components/name', () => (props:... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/channel_packet/index.tsx | packages/ui/src/components/msg/ibc/channel_packet/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgPacket } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const Packet: FC<{ message: MsgPacket }> = (props) =>... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/client_update_client/index.test.tsx | packages/ui/src/components/msg/ibc/client_update_client/index.test.tsx | import renderer from 'react-test-renderer';
import UpdateClient from '@/components/msg/ibc/client_update_client';
import { MsgUpdateClient } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components/na... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/client_update_client/index.tsx | packages/ui/src/components/msg/ibc/client_update_client/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgUpdateClient } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const UpdateClient: FC<{ message: MsgUpdateClie... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/connection_counterparty/index.test.tsx | packages/ui/src/components/msg/ibc/connection_counterparty/index.test.tsx | import renderer from 'react-test-renderer';
import CounterpartyConnection from '@/components/msg/ibc/connection_counterparty';
import { MsgCounterpartyConnection } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jes... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/ibc/connection_counterparty/index.tsx | packages/ui/src/components/msg/ibc/connection_counterparty/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgCounterpartyConnection } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const CounterpartyConnection: FC<{ me... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/slashing/unjail/index.test.tsx | packages/ui/src/components/msg/slashing/unjail/index.test.tsx | import renderer from 'react-test-renderer';
import Unjail from '@/components/msg/slashing/unjail';
import { MsgUnjail } from '@/models';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// mocks
// ==================================
jest.mock('@/components/name', () => (props: JSX... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/msg/slashing/unjail/index.tsx | packages/ui/src/components/msg/slashing/unjail/index.tsx | import Typography from '@mui/material/Typography';
import AppTrans from '@/components/AppTrans';
import { FC } from 'react';
import Name from '@/components/name';
import { type MsgUnjail } from '@/models';
import { useProfileRecoil } from '@/recoil/profiles/hooks';
const Unjail: FC<{ message: MsgUnjail }> = (props) =>... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/box/index.tsx | packages/ui/src/components/box/index.tsx | import { FC, ReactNode } from 'react';
import useStyles from '@/components/box/styles';
type BoxProps = {
className?: string;
children: ReactNode;
};
const Box: FC<BoxProps> = ({ className, children }) => {
const { classes, cx } = useStyles();
return <div className={cx(classes.root, className)}>{children}</di... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/box/styles.ts | packages/ui/src/components/box/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
'&&': {
overflow: 'auto',
padding: theme.spacing(2),
borderRadius: theme.shape.borderRadius,
background: theme.palette.background.paper,
},
},
}));
export default useStyles;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/Timestamp/index.tsx | packages/ui/src/components/Timestamp/index.tsx | import dayjs from '@/utils/dayjs';
import Tooltip from '@mui/material/Tooltip';
import Zoom from '@mui/material/Zoom';
import { FC, useEffect, useRef, useState } from 'react';
import { makeStyles } from 'tss-react/mui';
import { readTimeFormat } from '@/recoil/settings';
import { useRecoilValue } from 'recoil';
/* sty... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/box_details/index.test.tsx | packages/ui/src/components/box_details/index.test.tsx | import renderer from 'react-test-renderer';
import BoxDetails from '@/components/box_details';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// unit tests
// ==================================
describe('components: BoxDetails', () => {
it('matches snapshot', () => {
const... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/box_details/index.tsx | packages/ui/src/components/box_details/index.tsx | import Typography from '@mui/material/Typography';
import { FC, isValidElement, ReactNode } from 'react';
import Box from '@/components/box';
import useStyles from '@/components/box_details/styles';
type BoxDetailsProps = {
className?: string;
title?: string | ReactNode;
titleAction?: ReactNode;
details: {
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/box_details/styles.ts | packages/ui/src/components/box_details/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
overflow: 'hidden',
},
header: {},
item: {
padding: theme.spacing(2, 0),
color: theme.palette.custom.fonts.fontTwo,
'&:first-of-type': {
paddingTop: 0,
},
'&:last-child': {
paddi... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/load_and_exist/index.test.tsx | packages/ui/src/components/load_and_exist/index.test.tsx | import renderer from 'react-test-renderer';
import LoadAndExist from '@/components/load_and_exist';
import MockTheme from '@/tests/mocks/MockTheme';
const mockPush = jest.fn();
jest.mock('next/router', () => ({
...jest.requireActual('next/router'),
useRouter: () => ({
push: mockPush,
}),
}));
// ==========... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/load_and_exist/index.tsx | packages/ui/src/components/load_and_exist/index.tsx | import LinearLoading from '@/components/linear_loading';
import NotFound from '@/components/not_found';
import { useHeightStyles, useMaxHeightStyles, useVisiblityStyles } from '@/styles/useSharedStyles';
import { FC, PropsWithChildren } from 'react';
import { useStyles } from 'tss-react/mui';
type LoadAndExistProps = ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/markdown/index.tsx | packages/ui/src/components/markdown/index.tsx | import Typography from '@mui/material/Typography';
import ReactMarkdown from 'markdown-to-jsx';
import xss from 'xss';
// import Link from '@mui/material/Link';
// const styles = (theme) => ({
// listItem: {
// marginTop: theme.spacing(1),
// },
// });
const options = {
// disableParsingRawHTML: true,
for... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/single_transaction_mobile/index.test.tsx | packages/ui/src/components/single_transaction_mobile/index.test.tsx | import renderer from 'react-test-renderer';
import Result from '@/components/result';
import SingleTransactionMobile from '@/components/single_transaction_mobile';
import Tag from '@/components/tag';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// unit tests
// ===============... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/single_transaction_mobile/index.tsx | packages/ui/src/components/single_transaction_mobile/index.tsx | import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import { FC, ReactNode } from 'react';
import useStyles from '@/components/single_transaction_mobile/styles';
type SingleTransactionMobileProps = {
className?: string;
block: ReactNode;
hash: ReactNode;
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/single_transaction_mobile/styles.ts | packages/ui/src/components/single_transaction_mobile/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
marginBottom: theme.spacing(2),
marginTop: theme.spacing(2),
},
item: {
marginBottom: theme.spacing(2),
'& .label': {
marginBottom: theme.spacing(1),
color: theme.palette.custom.fonts.font... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/components/CoinzillaBanner/index.tsx | packages/ui/src/components/CoinzillaBanner/index.tsx | import { FC, useEffect, useRef } from 'react';
import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
zIndex: 0,
position: 'absolute',
left: theme.spacing(1),
right: theme.spacing(1),
top: theme.spacing(1),
bottom: theme.spacing(1),
display: 'flex... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/index.ts | packages/ui/src/models/index.ts | // ================================
// Transaction Message Types
// ================================
export { default as DistributionParams } from '@/models/distribution_params';
export { default as GovParams } from '@/models/gov_params';
export { default as MintParams } from '@/models/mint_params';
export { default as... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/gov_params/index.ts | packages/ui/src/models/gov_params/index.ts | import * as R from 'ramda';
class GovParams {
public depositParams: {
minDeposit: Array<{
denom: string;
amount: string;
}>;
maxDepositPeriod: number;
};
public tallyParams: {
quorum: string;
threshold: string;
vetoThreshold: string;
};
public votingParams: {
votingP... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/bigDipperNetwork/index.ts | packages/ui/src/models/bigDipperNetwork/index.ts | import * as R from 'ramda';
import z from 'zod';
// Define a Zod schema for a link object
export const zLink = z.array(
z
.object({
chain_id: z.coerce.string().default('').catch(''),
url: z.coerce.string().default('').catch(''),
name: z.coerce.string().default('').catch(''),
})
.transfo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/slashing_params/index.ts | packages/ui/src/models/slashing_params/index.ts | import * as R from 'ramda';
class SlashingParams {
public downtimeJailDuration: number;
public minSignedPerWindow: number;
public signedBlockWindow: number;
public slashFractionDoubleSign: number;
public slashFractionDowntime: number;
constructor(payload: object) {
this.downtimeJailDuration = R.pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/mint_params/index.ts | packages/ui/src/models/mint_params/index.ts | import * as R from 'ramda';
class MintParams {
public blocksPerYear: number;
public goalBonded: number;
public inflationMax: number;
public inflationMin: number;
public inflationRateChange: number;
public mintDenom: string;
constructor(payload: object) {
this.blocksPerYear = R.pathOr(0, ['block... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/msg_unknown.ts | packages/ui/src/models/msg/msg_unknown.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgUnknown {
public category: Categories;
public type: string;
public json: object;
constructor(payload: object) {
this.category = 'others';
this.type = R.pathOr('', ['type'], payload);
this.json = R.pathOr({... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/feegrant/msg_grant_allowance.ts | packages/ui/src/models/msg/feegrant/msg_grant_allowance.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgGrantAllowance {
public category: Categories;
public type: string;
public json: object;
public granter: string;
public grantee: string;
constructor(payload: object) {
this.category = 'feegrant';
this.typ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/feegrant/msg_revoke_allowance.ts | packages/ui/src/models/msg/feegrant/msg_revoke_allowance.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgRevokeAllowance {
public category: Categories;
public type: string;
public json: object;
public granter: string;
public grantee: string;
constructor(payload: object) {
this.category = 'feegrant';
this.ty... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/bank/msg_multi_send.ts | packages/ui/src/models/msg/bank/msg_multi_send.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgMultiSend {
public category: Categories;
public type: string;
public inputs: Array<{
address: string;
coins: MsgCoin[];
}>;
public outputs: Array<{
address: string;
coins: MsgCoin[];
}>;
public ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/bank/msg_send.ts | packages/ui/src/models/msg/bank/msg_send.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgSend {
public category: Categories;
public type: string;
public fromAddress: string;
public toAddress: string;
public amount: MsgCoin[];
public json: object;
constructor(payload: object) {
this.category =... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc_transfer/msg_transfer.ts | packages/ui/src/models/msg/ibc_transfer/msg_transfer.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgTransfer {
public category: Categories;
public type: string;
public sender: string;
public receiver: string;
public token: MsgCoin;
public sourceChannel: string;
public json: object;
constructor(payload: o... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/authz/msg_grant.ts | packages/ui/src/models/msg/authz/msg_grant.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgGrant {
public category: Categories;
public type: string;
public json: object;
public granter: string;
public grantee: string;
constructor(payload: object) {
this.category = 'authz';
this.type = R.pathOr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/authz/msg_exec.ts | packages/ui/src/models/msg/authz/msg_exec.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgExec {
public category: Categories;
public type: string;
public json: object;
public grantee: string;
constructor(payload: object) {
this.category = 'authz';
this.type = R.pathOr('', ['type'], payload);
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/authz/msg_revoke.ts | packages/ui/src/models/msg/authz/msg_revoke.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgRevoke {
public category: Categories;
public type: string;
public json: object;
public granter: string;
public grantee: string;
constructor(payload: object) {
this.category = 'authz';
this.type = R.pathO... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/staking/msg_create_validator.ts | packages/ui/src/models/msg/staking/msg_create_validator.ts | import numeral from 'numeral';
import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgCreateValidator {
public category: Categories;
public type: string;
public description: {
moniker: string;
identity: string;
website: string;
securityContact: string;
de... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/staking/msg_delegate.ts | packages/ui/src/models/msg/staking/msg_delegate.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDelegate {
public category: Categories;
public type: string;
public delegatorAddress: string;
public validatorAddress: string;
public amount: MsgCoin;
public json: object;
constructor(payload: object) {
t... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/staking/msg_edit_validator.ts | packages/ui/src/models/msg/staking/msg_edit_validator.ts | import numeral from 'numeral';
import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgEditValidator {
public category: Categories;
public type: string;
public description: {
moniker: string;
identity: string;
website: string;
securityContact: string;
deta... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/staking/msg_redelegate.ts | packages/ui/src/models/msg/staking/msg_redelegate.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgRedelegate {
public category: Categories;
public type: string;
public delegatorAddress: string;
public validatorSrcAddress: string;
public validatorDstAddress: string;
public amount: MsgCoin;
public json: obj... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/staking/msg_undelegate.ts | packages/ui/src/models/msg/staking/msg_undelegate.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgUndelegate {
public category: Categories;
public type: string;
public delegatorAddress: string;
public validatorAddress: string;
public amount: MsgCoin;
public json: object;
constructor(payload: object) {
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/types/index.ts | packages/ui/src/models/msg/types/index.ts | export type BaseCategories =
| 'bank'
| 'crisis'
| 'distribution'
| 'governance'
| 'slashing'
| 'staking'
| 'profiles'
| 'ibc'
| 'ibc-transfer'
| 'authz'
| 'feegrant'
| 'vesting'
| 'others';
export type CustomCategories = ''; // custom modules
export type Categories = BaseCategories | CustomCa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/vesting/msg_create_vesting_account.ts | packages/ui/src/models/msg/vesting/msg_create_vesting_account.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgCreatePeriodicVestingAccount {
public category: Categories;
public type: string;
public json: object;
public fromAddress: string;
public toAddress: string;
constructor(payload: object) {
this.category = 'ves... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/vesting/msg_create_periodic_vesting_account.ts | packages/ui/src/models/msg/vesting/msg_create_periodic_vesting_account.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgCreatePeriodicVestingAccount {
public category: Categories;
public type: string;
public json: object;
public fromAddress: string;
public toAddress: string;
constructor(payload: object) {
this.category = 'ves... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/distribution/msg_withdrawal_delegator_reward.ts | packages/ui/src/models/msg/distribution/msg_withdrawal_delegator_reward.ts | import * as R from 'ramda';
import chainConfig from '@/chainConfig';
import type { Categories, Log } from '@/models/msg/types';
import { formatToken } from '@/utils/format_token';
const { primaryTokenUnit } = chainConfig();
class MsgWithdrawDelegatorReward {
public category: Categories;
public type: string;
p... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/distribution/msg_fund_community_pool.ts | packages/ui/src/models/msg/distribution/msg_fund_community_pool.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgFundCommunityPool {
public category: Categories;
public type: string;
public depositor: string;
public amount: MsgCoin[];
public json: object;
constructor(payload: object) {
this.category = 'distribution';
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/distribution/msg_withdraw_validator_commission.ts | packages/ui/src/models/msg/distribution/msg_withdraw_validator_commission.ts | import * as R from 'ramda';
import chainConfig from '@/chainConfig';
import type { Categories, Log } from '@/models/msg/types';
import { formatToken } from '@/utils/format_token';
const { primaryTokenUnit } = chainConfig();
class MsgWithdrawValidatorCommission {
public category: Categories;
public type: string;
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/distribution/msg_set_withdrawal_address.ts | packages/ui/src/models/msg/distribution/msg_set_withdrawal_address.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgSetWithdrawAddress {
public category: Categories;
public type: string;
public delegatorAddress: string;
public withdrawalAddress: string;
public json: object;
constructor(payload: object) {
this.json = R.pat... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_dtag_transfer_request.ts | packages/ui/src/models/msg/profiles/msg_dtag_transfer_request.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDtagTransferRequest {
public category: Categories;
public type: string;
public json: object;
public sender: string;
public receiver: string;
constructor(payload: object) {
this.category = 'profiles';
thi... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_dtag_accept_transfer.ts | packages/ui/src/models/msg/profiles/msg_dtag_accept_transfer.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDtagAcceptTransfer {
public category: Categories;
public type: string;
public json: object;
public sender: string;
public receiver: string;
public newDtag: string;
constructor(payload: object) {
this.cate... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_delete_profile.ts | packages/ui/src/models/msg/profiles/msg_delete_profile.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDeleteProfile {
public category: Categories;
public type: string;
public creator: string;
public json: object;
constructor(payload: object) {
this.category = 'profiles';
this.type = R.pathOr('', ['type'], p... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_save_profile.ts | packages/ui/src/models/msg/profiles/msg_save_profile.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgSaveProfile {
public category: Categories;
public type: string;
public json: object;
public creator: string;
constructor(payload: object) {
this.category = 'profiles';
this.type = R.pathOr('', ['type'], pay... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_dtag_refuse_transfer.ts | packages/ui/src/models/msg/profiles/msg_dtag_refuse_transfer.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDtagRefuseTransfer {
public category: Categories;
public type: string;
public json: object;
public sender: string;
public receiver: string;
constructor(payload: object) {
this.category = 'profiles';
this... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_dtag_cancel_transfer.ts | packages/ui/src/models/msg/profiles/msg_dtag_cancel_transfer.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDtagCancelTransfer {
public category: Categories;
public type: string;
public json: object;
public sender: string;
public receiver: string;
constructor(payload: object) {
this.category = 'profiles';
this... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_create_relationship.ts | packages/ui/src/models/msg/profiles/msg_create_relationship.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgCreateRelationship {
public category: Categories;
public type: string;
public json: object;
public sender: string;
public receiver: string;
public subspace: string;
constructor(payload: object) {
this.cat... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_unblock_user.ts | packages/ui/src/models/msg/profiles/msg_unblock_user.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgUnblockUser {
public category: Categories;
public type: string;
public json: object;
public reason?: string;
public blocked: string;
public blocker: string;
public subspace: string;
constructor(payload: ob... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/profiles/msg_block_user.ts | packages/ui/src/models/msg/profiles/msg_block_user.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgBlockUser {
public category: Categories;
public type: string;
public json: object;
public reason?: string;
public blocked: string;
public blocker: string;
public subspace: string;
constructor(payload: obje... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/crisis/msg_verify_invariant.ts | packages/ui/src/models/msg/crisis/msg_verify_invariant.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgVerifyInvariant {
public category: Categories;
public type: string;
public sender: string;
public invariantModuleName: string;
public invariantRoute: string;
public json: object;
constructor(payload: object) ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_software_upgrade_proposal.ts | packages/ui/src/models/msg/governance/msg_software_upgrade_proposal.ts | import numeral from 'numeral';
import * as R from 'ramda';
type Plan = {
name: string;
time: string;
height: number | null;
info: string;
upgradedClientState: unknown;
};
class MsgSoftwareUpgradeProposal {
public type: string;
public title: string;
public description: string;
public plan: Plan;
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_vote.ts | packages/ui/src/models/msg/governance/msg_vote.ts | import numeral from 'numeral';
import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgVote {
public category: Categories;
public type: string;
public proposalId: number | string;
public voter: string;
public option:
| 'VOTE_OPTION_YES'
| 'VOTE_OPTION_ABSTAIN'
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_submit_proposal.ts | packages/ui/src/models/msg/governance/msg_submit_proposal.ts | import * as R from 'ramda';
import MsgCommunityPoolSpendProposal from '@/models/msg/governance/msg_community_pool_spend_proposal';
import MsgParameterChangeProposal from '@/models/msg/governance/msg_parameter_change_proposal';
import MsgSoftwareUpgradeProposal from '@/models/msg/governance/msg_software_upgrade_proposal... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_community_pool_spend_proposal.ts | packages/ui/src/models/msg/governance/msg_community_pool_spend_proposal.ts | import * as R from 'ramda';
class MsgCommunityPoolSpendProposal {
public type: string;
public title: string;
public description: string;
public recipient: string;
public amount: MsgCoin[];
constructor(payload: object) {
this.type = R.pathOr('', ['type'], payload);
this.title = R.pathOr('', ['t... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_parameter_change_proposal.ts | packages/ui/src/models/msg/governance/msg_parameter_change_proposal.ts | import * as R from 'ramda';
type Change = {
subspace: string;
key: string;
value: string | number;
};
class MsgParameterChangeProposal {
public type: string;
public title: string;
public description: string;
public changes: Change[];
constructor(payload: object) {
this.type = R.pathOr('', ['ty... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_text_proposal.ts | packages/ui/src/models/msg/governance/msg_text_proposal.ts | import * as R from 'ramda';
class MsgTextProposal {
public type: string;
public title: string;
public description: string;
constructor(payload: object) {
this.type = R.pathOr('', ['type'], payload);
this.title = R.pathOr('', ['title'], payload);
this.description = R.pathOr('', ['description'], p... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/governance/msg_deposit.ts | packages/ui/src/models/msg/governance/msg_deposit.ts | import numeral from 'numeral';
import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgDeposit {
public category: Categories;
public type: string;
public proposalId: number | string;
public depositor: string;
public amount: MsgCoin[];
public json: object;
construc... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_receive_packet.ts | packages/ui/src/models/msg/ibc/msg_channel_receive_packet.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgReceivePacket {
public category: Categories;
public type: string;
public signer: string;
public sourceChannel: string;
public destinationChannel: string;
public json: object;
constructor(payload: object) {
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_timeout.ts | packages/ui/src/models/msg/ibc/msg_channel_timeout.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgTimeout {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payload);
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_connection_open_confirm.ts | packages/ui/src/models/msg/ibc/msg_connection_open_confirm.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgConnectionOpenConfirm {
public category: Categories;
public type: string;
public signer: string;
public connectionId: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
th... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_open_try.ts | packages/ui/src/models/msg/ibc/msg_channel_open_try.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannelOpenTry {
public category: Categories;
public type: string;
public signer: string;
public channel: string;
public portId: string;
public counterpartyVersion: string;
public json: object;
constructor... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel.ts | packages/ui/src/models/msg/ibc/msg_channel.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannel {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payload);
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_counterparty.ts | packages/ui/src/models/msg/ibc/msg_channel_counterparty.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgCounterpartyChannel {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], p... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_client_update_client.ts | packages/ui/src/models/msg/ibc/msg_client_update_client.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgUpdateClient {
public category: Categories;
public type: string;
public signer: string;
public chainId: string;
public clientId: string;
public json: object;
constructor(payload: object) {
this.category =... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_connection_open_ack.ts | packages/ui/src/models/msg/ibc/msg_connection_open_ack.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgConnectionOpenAck {
public category: Categories;
public type: string;
public signer: string;
public connectionId: string;
public counterpartyConnectionId: string;
public json: object;
constructor(payload: obj... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_client_height.ts | packages/ui/src/models/msg/ibc/msg_client_height.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgHeight {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payload);
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_client_upgrade_client.ts | packages/ui/src/models/msg/ibc/msg_client_upgrade_client.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgUpgradeClient {
public category: Categories;
public type: string;
public signer: string;
public clientId: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_connection_open_init.ts | packages/ui/src/models/msg/ibc/msg_connection_open_init.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgConnectionOpenInit {
public category: Categories;
public type: string;
public signer: string;
public clientId: string;
public counterparty: string;
public json: object;
constructor(payload: object) {
this... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_timeout_on_close.ts | packages/ui/src/models/msg/ibc/msg_channel_timeout_on_close.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgTimeoutOnClose {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payloa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_client_create_client.ts | packages/ui/src/models/msg/ibc/msg_client_create_client.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgCreateClient {
public category: Categories;
public type: string;
public signer: string;
public chainId: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_connection_version.ts | packages/ui/src/models/msg/ibc/msg_connection_version.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgVersion {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payload);
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_packet.ts | packages/ui/src/models/msg/ibc/msg_channel_packet.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgPacket {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payload);
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_open_confirm.ts | packages/ui/src/models/msg/ibc/msg_channel_open_confirm.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannelOpenConfirm {
public category: Categories;
public type: string;
public signer: string;
public channelId: string;
public portId: string;
public json: object;
constructor(payload: object) {
this.cate... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_acknowledgement.ts | packages/ui/src/models/msg/ibc/msg_channel_acknowledgement.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgAcknowledgement {
public category: Categories;
public type: string;
public signer: string;
public sourceChannel: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.ty... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_open_init.ts | packages/ui/src/models/msg/ibc/msg_channel_open_init.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannelOpenInit {
public category: Categories;
public type: string;
public signer: string;
public channelId: string;
public portId: string;
public json: object;
constructor(payload: object) {
this.categor... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_close_confirm.ts | packages/ui/src/models/msg/ibc/msg_channel_close_confirm.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannelCloseConfirm {
public category: Categories;
public type: string;
public signer: string;
public channelId: string;
public portId: string;
public json: object;
constructor(payload: object) {
this.cat... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_connection_open_try.ts | packages/ui/src/models/msg/ibc/msg_connection_open_try.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgConnectionOpenTry {
public category: Categories;
public type: string;
public signer: string;
public chainId: string;
public clientId: string;
public counterpartyClientId: string;
public counterpartyConnection... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_connection_end.ts | packages/ui/src/models/msg/ibc/msg_connection_end.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgConnectionEnd {
public category: Categories;
public type: string;
public signer: string;
public json: object;
constructor(payload: object) {
this.category = 'ibc';
this.type = R.pathOr('', ['type'], payload... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_open_ack.ts | packages/ui/src/models/msg/ibc/msg_channel_open_ack.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannelCloseInit {
public category: Categories;
public type: string;
public signer: string;
public channelId: string;
public portId: string;
public counterpartyChannelId: string;
public counterpartyVersion: s... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/packages/ui/src/models/msg/ibc/msg_channel_close_init.ts | packages/ui/src/models/msg/ibc/msg_channel_close_init.ts | import * as R from 'ramda';
import type { Categories } from '@/models/msg/types';
class MsgChannelCloseInit {
public category: Categories;
public type: string;
public signer: string;
public channelId: string;
public portId: string;
public json: object;
constructor(payload: object) {
this.catego... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.