@injectivelabs/sdk-ts 1.18.9 → 1.18.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{BaseGrpcConsumer-XU1gXJm6.d.cts → BaseGrpcConsumer-Ba4uw4ZN.d.cts} +1 -1
- package/dist/cjs/{StreamManagerV2-l-Prs2cZ.cjs → StreamManagerV2-DlTHwjnI.cjs} +303 -2
- package/dist/cjs/TcAbacusGrpcApi-QxfMHhQI.cjs +132 -0
- package/dist/cjs/client/abacus.d.cts +4 -4
- package/dist/cjs/client/chain.d.cts +9 -8
- package/dist/cjs/client/indexer.cjs +5 -1
- package/dist/cjs/client/indexer.d.cts +10 -9
- package/dist/cjs/client/olp.d.cts +4 -4
- package/dist/cjs/client/tcAbacus.cjs +6 -0
- package/dist/cjs/client/tcAbacus.d.cts +5 -0
- package/dist/cjs/client/wasm.d.cts +3 -3
- package/dist/cjs/core/accounts.d.cts +9 -8
- package/dist/cjs/core/modules.cjs +1 -1
- package/dist/cjs/core/modules.d.cts +9 -8
- package/dist/cjs/core/tx.cjs +1 -1
- package/dist/cjs/core/tx.d.cts +9 -8
- package/dist/cjs/cosmjs.cjs +2 -2
- package/dist/cjs/cosmjs.d.cts +2 -2
- package/dist/cjs/exports.cjs +2 -2
- package/dist/cjs/exports.d.cts +2 -2
- package/dist/cjs/{index--sK2-HcK.d.cts → index-BYBE7jYC.d.cts} +1 -1
- package/dist/cjs/{index-K2VD9zHZ.d.cts → index-BhsPcNn5.d.cts} +1 -1
- package/dist/cjs/{index-CW3Yxjjk.d.cts → index-CDEYM6Fs.d.cts} +1378 -265
- package/dist/cjs/{index-YxLQKJVw.d.cts → index-CgHU4RQF.d.cts} +1 -1
- package/dist/cjs/{index-DBRk7KBS.d.cts → index-Cur9wjzW.d.cts} +1 -1
- package/dist/cjs/index-D0D2Btyn.d.cts +65 -0
- package/dist/cjs/{index-r0RxGSzR.d.cts → index-DfJ_98xz.d.cts} +2 -2
- package/dist/cjs/{index-DkZCBLFW.d.cts → index-m48Rf9ow.d.cts} +1 -1
- package/dist/cjs/index.cjs +9 -3
- package/dist/cjs/index.d.cts +10 -9
- package/dist/cjs/service.cjs +1 -1
- package/dist/cjs/service.d.cts +3 -3
- package/dist/cjs/types.d.cts +2 -2
- package/dist/cjs/utils.d.cts +9 -8
- package/dist/esm/{AbacusGrpcApi-DG807S_D.js → AbacusGrpcApi-Dh2A_RaD.js} +2 -2
- package/dist/esm/{BaseGrpcConsumer-lUDP-V1I.js → BaseGrpcConsumer-CsJHyzUs.js} +2 -2
- package/dist/esm/{BaseGrpcConsumer-CReMIR81.d.ts → BaseGrpcConsumer-DEH9Rq7m.d.ts} +1 -1
- package/dist/esm/{BaseIndexerGrpcConsumer-ByGqwnv0.js → BaseIndexerGrpcConsumer-B_zDF6-R.js} +1 -1
- package/dist/esm/{ChainGrpcExchangeApi-NAgOIabe.js → ChainGrpcExchangeApi-CnWi3kXP.js} +4 -4
- package/dist/esm/{ChainRestTendermintApi-B92SD57B.js → ChainRestTendermintApi-Duz8V3KK.js} +4 -4
- package/dist/esm/{DirectEthSecp256k1Wallet-B0yFLmu-.js → DirectEthSecp256k1Wallet-D-k0846W.js} +3 -3
- package/dist/esm/{ExecArgNeptuneWithdraw-DkvG3TrF.js → ExecArgNeptuneWithdraw-PqmStnen.js} +3 -3
- package/dist/esm/{IndexerGrpcWeb3GwApi-mj4kvjlu.js → IndexerGrpcWeb3GwApi-wVedW8ol.js} +3 -3
- package/dist/esm/{MsgBase-CbjK9owE.js → MsgBase-Cd9l1FGI.js} +1 -1
- package/dist/esm/{MsgSetDenomMetadata-CxTQAJII.js → MsgSetDenomMetadata-HLrc45ya.js} +6 -6
- package/dist/esm/{OLPGrpcApi-CYVKwBCj.js → OLPGrpcApi-ItkvGAWH.js} +2 -2
- package/dist/esm/{QueryTradingStrategyContractTotalStrategies-DIye8SrB.js → QueryTradingStrategyContractTotalStrategies-CDKtJs6H.js} +4 -4
- package/dist/esm/{StreamManagerV2-Bi2Lmzaw.js → StreamManagerV2-BbAZJdT5.js} +286 -10
- package/dist/esm/TcAbacusGrpcApi-DX8y2a33.js +125 -0
- package/dist/esm/{accounts-CltOgZyU.js → accounts-B_bymcv_.js} +3 -3
- package/dist/esm/{chain-BpdM-5x7.js → chain-cZz2uvOr.js} +5 -5
- package/dist/esm/client/abacus.d.ts +4 -4
- package/dist/esm/client/abacus.js +4 -4
- package/dist/esm/client/chain.d.ts +9 -8
- package/dist/esm/client/chain.js +8 -8
- package/dist/esm/client/indexer.d.ts +10 -9
- package/dist/esm/client/indexer.js +10 -10
- package/dist/esm/client/olp.d.ts +4 -4
- package/dist/esm/client/olp.js +5 -5
- package/dist/esm/client/tcAbacus.d.ts +5 -0
- package/dist/esm/client/tcAbacus.js +6 -0
- package/dist/esm/client/wasm.d.ts +3 -3
- package/dist/esm/client/wasm.js +11 -11
- package/dist/esm/core/accounts.d.ts +9 -8
- package/dist/esm/core/accounts.js +5 -5
- package/dist/esm/core/modules.d.ts +9 -8
- package/dist/esm/core/modules.js +14 -14
- package/dist/esm/core/tx.d.ts +9 -8
- package/dist/esm/core/tx.js +11 -11
- package/dist/esm/cosmjs.d.ts +2 -2
- package/dist/esm/cosmjs.js +12 -12
- package/dist/esm/exports.d.ts +2 -2
- package/dist/esm/exports.js +12 -12
- package/dist/esm/index-AiZDHh70.d.ts +65 -0
- package/dist/esm/{index-CzA8Vsvu.d.ts → index-C8crIAg1.d.ts} +1 -1
- package/dist/esm/{index-CyAnGzHK.d.ts → index-CZDITwmg.d.ts} +1 -1
- package/dist/esm/{index-Ct_nWHem.d.ts → index-CgoUDnJ_.d.ts} +1378 -265
- package/dist/esm/{index-2mDHsfhZ.d.ts → index-DKn53Idr.d.ts} +1 -1
- package/dist/esm/{index-C50cGGLl.d.ts → index-DQnG0Shp.d.ts} +1 -1
- package/dist/esm/{index-DCYNIH-b.d.ts → index-ECwAlIYI.d.ts} +2 -2
- package/dist/esm/{index-CSIVgVUj.d.ts → index-YDJMFRVk.d.ts} +1 -1
- package/dist/esm/index.d.ts +10 -9
- package/dist/esm/index.js +23 -22
- package/dist/esm/{service-B_wKHuhK.js → service-VNRTqysm.js} +3 -3
- package/dist/esm/service.d.ts +3 -3
- package/dist/esm/service.js +5 -5
- package/dist/esm/{tx-DMyI6qgw.js → tx-ByxSGpt3.js} +6 -6
- package/dist/esm/types.d.ts +2 -2
- package/dist/esm/types.js +1 -1
- package/dist/esm/utils.d.ts +9 -8
- package/dist/esm/utils.js +2 -2
- package/package.json +28 -7
- /package/dist/cjs/{DirectEthSecp256k1Wallet-BzOQi_Wj.cjs → DirectEthSecp256k1Wallet-L677kLZ7.cjs} +0 -0
- /package/dist/cjs/{service-CuS8x3-T.cjs → service-0PhYqd2q.cjs} +0 -0
- /package/dist/cjs/{tx-GyeN0ufS.cjs → tx-DD4X9BrB.cjs} +0 -0
- /package/dist/cjs/{tx_pb-DDTuVb3m.d.cts → tx_pb-BN7h9uqT.d.cts} +0 -0
- /package/dist/esm/{BaseRestConsumer-DTvorEHL.js → BaseRestConsumer-BySVL6Rh.js} +0 -0
- /package/dist/esm/{defineProperty-DuYPbdEg.js → defineProperty-HO0rQlTT.js} +0 -0
- /package/dist/esm/{grpc-C3eJiY2o.js → grpc-BJmNoike.js} +0 -0
- /package/dist/esm/{tx_pb-D8fPXRH8.d.ts → tx_pb-B9KzLX7v.d.ts} +0 -0
- /package/dist/esm/{types-Cf4oVv93.js → types-WE16qNvL.js} +0 -0
- /package/dist/esm/{utils-C2KjM4mQ.js → utils-XYJbh13N.js} +0 -0
package/dist/esm/core/tx.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../utils-
|
|
2
|
-
import "../defineProperty-
|
|
3
|
-
import { A as createAny, C as createSignerInfo, D as getAminoStdSignDoc, E as createWeb3Extension, M as getEthereumSignerAddress, N as getInjectiveSignerAddress, O as getPublicKey, S as createSignDocFromTransaction, T as createTxRawEIP712, _ as createAuthInfo, b as createNonCriticalExtensionFromObject, c as getDefaultEip712Types, d as getEip712DomainV2, f as getEip712Fee, g as getTypesIncludingFeePayer, h as getEipTxDetails, j as createAnyMessage, k as getTransactionPartsFromTxRaw, l as getDefaultEip712TypesV2, m as getEipTxContext, o as getEip712TypedData, p as getEip712FeeV2, r as MsgDecoder, s as getEip712TypedDataV2, u as getEip712Domain, v as createBody, w as createSigners, x as createSignDoc, y as createFee } from "../accounts-
|
|
4
|
-
import "../grpc-
|
|
5
|
-
import { a as objectKeysToEip712Types, i as numberTypeToReflectionNumberType, o as protoTypeToAminoType, r as getObjectEip712PropertyType, s as stringTypeToReflectionStringType } from "../MsgBase-
|
|
6
|
-
import "../ChainRestTendermintApi-
|
|
7
|
-
import "../BaseGrpcConsumer-
|
|
8
|
-
import "../BaseIndexerGrpcConsumer-
|
|
9
|
-
import "../BaseRestConsumer-
|
|
10
|
-
import "../IndexerGrpcWeb3GwApi-
|
|
11
|
-
import { C as errorToErrorMessage, S as SIGN_EIP712_V2, _ as CosmosTxV1Beta1TxPb, a as TxRestApi, b as SIGN_DIRECT, c as TxGrpcApi, d as createTransactionAndCosmosSignDocForAddressAndMsg, f as createTransactionForAddressAndMsg, g as getTxRawFromTxRawOrDirectSignResponse, h as createTxRawFromSigResponse, i as waitTxBroadcasted, l as createTransaction, m as createTransactionWithSigners, n as TxClientMode, o as BroadcastMode, p as createTransactionFromMsg, r as generateArbitrarySignDoc, s as BroadcastModeKeplr, t as MsgBroadcasterWithPk, u as createTransactionAndCosmosSignDoc, v as TxClient, w as isTxNotFoundError, x as SIGN_EIP712, y as SIGN_AMINO } from "../tx-
|
|
1
|
+
import "../utils-XYJbh13N.js";
|
|
2
|
+
import "../defineProperty-HO0rQlTT.js";
|
|
3
|
+
import { A as createAny, C as createSignerInfo, D as getAminoStdSignDoc, E as createWeb3Extension, M as getEthereumSignerAddress, N as getInjectiveSignerAddress, O as getPublicKey, S as createSignDocFromTransaction, T as createTxRawEIP712, _ as createAuthInfo, b as createNonCriticalExtensionFromObject, c as getDefaultEip712Types, d as getEip712DomainV2, f as getEip712Fee, g as getTypesIncludingFeePayer, h as getEipTxDetails, j as createAnyMessage, k as getTransactionPartsFromTxRaw, l as getDefaultEip712TypesV2, m as getEipTxContext, o as getEip712TypedData, p as getEip712FeeV2, r as MsgDecoder, s as getEip712TypedDataV2, u as getEip712Domain, v as createBody, w as createSigners, x as createSignDoc, y as createFee } from "../accounts-B_bymcv_.js";
|
|
4
|
+
import "../grpc-BJmNoike.js";
|
|
5
|
+
import { a as objectKeysToEip712Types, i as numberTypeToReflectionNumberType, o as protoTypeToAminoType, r as getObjectEip712PropertyType, s as stringTypeToReflectionStringType } from "../MsgBase-Cd9l1FGI.js";
|
|
6
|
+
import "../ChainRestTendermintApi-Duz8V3KK.js";
|
|
7
|
+
import "../BaseGrpcConsumer-CsJHyzUs.js";
|
|
8
|
+
import "../BaseIndexerGrpcConsumer-B_zDF6-R.js";
|
|
9
|
+
import "../BaseRestConsumer-BySVL6Rh.js";
|
|
10
|
+
import "../IndexerGrpcWeb3GwApi-wVedW8ol.js";
|
|
11
|
+
import { C as errorToErrorMessage, S as SIGN_EIP712_V2, _ as CosmosTxV1Beta1TxPb, a as TxRestApi, b as SIGN_DIRECT, c as TxGrpcApi, d as createTransactionAndCosmosSignDocForAddressAndMsg, f as createTransactionForAddressAndMsg, g as getTxRawFromTxRawOrDirectSignResponse, h as createTxRawFromSigResponse, i as waitTxBroadcasted, l as createTransaction, m as createTransactionWithSigners, n as TxClientMode, o as BroadcastMode, p as createTransactionFromMsg, r as generateArbitrarySignDoc, s as BroadcastModeKeplr, t as MsgBroadcasterWithPk, u as createTransactionAndCosmosSignDoc, v as TxClient, w as isTxNotFoundError, x as SIGN_EIP712, y as SIGN_AMINO } from "../tx-ByxSGpt3.js";
|
|
12
12
|
|
|
13
13
|
export { BroadcastMode, BroadcastModeKeplr, CosmosTxV1Beta1TxPb, MsgBroadcasterWithPk, MsgDecoder, SIGN_AMINO, SIGN_DIRECT, SIGN_EIP712, SIGN_EIP712_V2, TxClient, TxClientMode, TxGrpcApi, TxRestApi, createAny, createAnyMessage, createAuthInfo, createBody, createFee, createNonCriticalExtensionFromObject, createSignDoc, createSignDocFromTransaction, createSignerInfo, createSigners, createTransaction, createTransactionAndCosmosSignDoc, createTransactionAndCosmosSignDocForAddressAndMsg, createTransactionForAddressAndMsg, createTransactionFromMsg, createTransactionWithSigners, createTxRawEIP712, createTxRawFromSigResponse, createWeb3Extension, errorToErrorMessage, generateArbitrarySignDoc, getAminoStdSignDoc, getDefaultEip712Types, getDefaultEip712TypesV2, getEip712Domain, getEip712DomainV2, getEip712Fee, getEip712FeeV2, getEip712TypedData, getEip712TypedDataV2, getEipTxContext, getEipTxDetails, getEthereumSignerAddress, getInjectiveSignerAddress, getObjectEip712PropertyType, getPublicKey, getTransactionPartsFromTxRaw, getTxRawFromTxRawOrDirectSignResponse, getTypesIncludingFeePayer, isTxNotFoundError, numberTypeToReflectionNumberType, objectKeysToEip712Types, protoTypeToAminoType, stringTypeToReflectionStringType, waitTxBroadcasted };
|
package/dist/esm/cosmjs.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./tx_pb-
|
|
2
|
-
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./index-
|
|
1
|
+
import "./tx_pb-B9KzLX7v.js";
|
|
2
|
+
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./index-CZDITwmg.js";
|
|
3
3
|
export { DirectEthSecp256k1Wallet as InjectiveDirectEthSecp256k1Wallet, EthSecp256k1Wallet as InjectiveEthSecp256k1Wallet, SigningStargateClient as InjectiveSigningStargateClient, StargateClient as InjectiveStargateClient, MsgTransferCosmjs, accountParser as injectiveAccountParser };
|
package/dist/esm/cosmjs.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "./utils-
|
|
2
|
-
import "./defineProperty-
|
|
3
|
-
import "./accounts-
|
|
4
|
-
import "./grpc-
|
|
5
|
-
import "./MsgBase-
|
|
6
|
-
import "./ChainRestTendermintApi-
|
|
7
|
-
import "./BaseGrpcConsumer-
|
|
8
|
-
import "./BaseIndexerGrpcConsumer-
|
|
9
|
-
import "./BaseRestConsumer-
|
|
10
|
-
import "./IndexerGrpcWeb3GwApi-
|
|
11
|
-
import "./tx-
|
|
12
|
-
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./DirectEthSecp256k1Wallet-
|
|
1
|
+
import "./utils-XYJbh13N.js";
|
|
2
|
+
import "./defineProperty-HO0rQlTT.js";
|
|
3
|
+
import "./accounts-B_bymcv_.js";
|
|
4
|
+
import "./grpc-BJmNoike.js";
|
|
5
|
+
import "./MsgBase-Cd9l1FGI.js";
|
|
6
|
+
import "./ChainRestTendermintApi-Duz8V3KK.js";
|
|
7
|
+
import "./BaseGrpcConsumer-CsJHyzUs.js";
|
|
8
|
+
import "./BaseIndexerGrpcConsumer-B_zDF6-R.js";
|
|
9
|
+
import "./BaseRestConsumer-BySVL6Rh.js";
|
|
10
|
+
import "./IndexerGrpcWeb3GwApi-wVedW8ol.js";
|
|
11
|
+
import "./tx-ByxSGpt3.js";
|
|
12
|
+
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./DirectEthSecp256k1Wallet-D-k0846W.js";
|
|
13
13
|
|
|
14
14
|
export { DirectEthSecp256k1Wallet as InjectiveDirectEthSecp256k1Wallet, EthSecp256k1Wallet as InjectiveEthSecp256k1Wallet, SigningStargateClient as InjectiveSigningStargateClient, StargateClient as InjectiveStargateClient, MsgTransferCosmjs, accountParser as injectiveAccountParser };
|
package/dist/esm/exports.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./tx_pb-
|
|
2
|
-
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./index-
|
|
1
|
+
import "./tx_pb-B9KzLX7v.js";
|
|
2
|
+
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./index-CZDITwmg.js";
|
|
3
3
|
export { DirectEthSecp256k1Wallet as InjectiveDirectEthSecp256k1Wallet, EthSecp256k1Wallet as InjectiveEthSecp256k1Wallet, SigningStargateClient as InjectiveSigningStargateClient, StargateClient as InjectiveStargateClient, MsgTransferCosmjs, accountParser as injectiveAccountParser };
|
package/dist/esm/exports.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "./utils-
|
|
2
|
-
import "./defineProperty-
|
|
3
|
-
import "./accounts-
|
|
4
|
-
import "./grpc-
|
|
5
|
-
import "./MsgBase-
|
|
6
|
-
import "./ChainRestTendermintApi-
|
|
7
|
-
import "./BaseGrpcConsumer-
|
|
8
|
-
import "./BaseIndexerGrpcConsumer-
|
|
9
|
-
import "./BaseRestConsumer-
|
|
10
|
-
import "./IndexerGrpcWeb3GwApi-
|
|
11
|
-
import "./tx-
|
|
12
|
-
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./DirectEthSecp256k1Wallet-
|
|
1
|
+
import "./utils-XYJbh13N.js";
|
|
2
|
+
import "./defineProperty-HO0rQlTT.js";
|
|
3
|
+
import "./accounts-B_bymcv_.js";
|
|
4
|
+
import "./grpc-BJmNoike.js";
|
|
5
|
+
import "./MsgBase-Cd9l1FGI.js";
|
|
6
|
+
import "./ChainRestTendermintApi-Duz8V3KK.js";
|
|
7
|
+
import "./BaseGrpcConsumer-CsJHyzUs.js";
|
|
8
|
+
import "./BaseIndexerGrpcConsumer-B_zDF6-R.js";
|
|
9
|
+
import "./BaseRestConsumer-BySVL6Rh.js";
|
|
10
|
+
import "./IndexerGrpcWeb3GwApi-wVedW8ol.js";
|
|
11
|
+
import "./tx-ByxSGpt3.js";
|
|
12
|
+
import { a as accountParser, i as StargateClient, n as EthSecp256k1Wallet, o as MsgTransferCosmjs, r as SigningStargateClient, t as DirectEthSecp256k1Wallet } from "./DirectEthSecp256k1Wallet-D-k0846W.js";
|
|
13
13
|
|
|
14
14
|
export { DirectEthSecp256k1Wallet as InjectiveDirectEthSecp256k1Wallet, EthSecp256k1Wallet as InjectiveEthSecp256k1Wallet, SigningStargateClient as InjectiveSigningStargateClient, StargateClient as InjectiveStargateClient, MsgTransferCosmjs, accountParser as injectiveAccountParser };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-DEH9Rq7m.js";
|
|
2
|
+
|
|
3
|
+
//#region src/client/tcAbacus/grpc/TcAbacusGrpcApi.d.ts
|
|
4
|
+
declare class TcAbacusGrpcApi extends BaseGrpcConsumer {
|
|
5
|
+
protected module: string;
|
|
6
|
+
private get client();
|
|
7
|
+
fetchHealthCheck(): Promise<HealthCheckResponse>;
|
|
8
|
+
fetchAccountPoints(address: string, cursor?: string, limit?: number): Promise<AccountPointsResponse>;
|
|
9
|
+
fetchAccountStats(address: string): Promise<AccountStatsResponse>;
|
|
10
|
+
fetchReferrers(cursor?: string, limit?: number): Promise<ListReferrersResponse>;
|
|
11
|
+
fetchAccountInvitees(address: string, cursor?: string, limit?: number): Promise<AccountInviteesResponse>;
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/client/tcAbacus/types/tcAbacus.d.ts
|
|
15
|
+
interface HealthCheckResponse {
|
|
16
|
+
uptime: string;
|
|
17
|
+
uptimeSeconds: number;
|
|
18
|
+
}
|
|
19
|
+
interface SnapshotPoints {
|
|
20
|
+
rank: string;
|
|
21
|
+
points: string;
|
|
22
|
+
endTime: string;
|
|
23
|
+
startTime: string;
|
|
24
|
+
snapshotId: string;
|
|
25
|
+
}
|
|
26
|
+
interface AccountPointsResponse {
|
|
27
|
+
rank: string;
|
|
28
|
+
address: string;
|
|
29
|
+
updatedAt: string;
|
|
30
|
+
totalPoints: string;
|
|
31
|
+
nextCursor?: string;
|
|
32
|
+
snapshots: SnapshotPoints[];
|
|
33
|
+
}
|
|
34
|
+
interface AccountStatsResponse {
|
|
35
|
+
cap: number;
|
|
36
|
+
address: string;
|
|
37
|
+
last7DVolume: string;
|
|
38
|
+
inviteeCount: number;
|
|
39
|
+
allTimeVolume: string;
|
|
40
|
+
activeInviteeCount: number;
|
|
41
|
+
}
|
|
42
|
+
interface Referrer {
|
|
43
|
+
cap: number;
|
|
44
|
+
code: string;
|
|
45
|
+
height: string;
|
|
46
|
+
address: string;
|
|
47
|
+
createdAt: string;
|
|
48
|
+
}
|
|
49
|
+
interface ListReferrersResponse {
|
|
50
|
+
nextCursor?: string;
|
|
51
|
+
referrers: Referrer[];
|
|
52
|
+
}
|
|
53
|
+
interface ReferrerInvitee {
|
|
54
|
+
height: string;
|
|
55
|
+
address: string;
|
|
56
|
+
createdAt: string;
|
|
57
|
+
referralPoints: string;
|
|
58
|
+
}
|
|
59
|
+
interface AccountInviteesResponse {
|
|
60
|
+
address: string;
|
|
61
|
+
nextCursor?: string;
|
|
62
|
+
invitees: ReferrerInvitee[];
|
|
63
|
+
}
|
|
64
|
+
//#endregion
|
|
65
|
+
export { ListReferrersResponse as a, SnapshotPoints as c, HealthCheckResponse as i, TcAbacusGrpcApi as l, AccountPointsResponse as n, Referrer as o, AccountStatsResponse as r, ReferrerInvitee as s, AccountInviteesResponse as t };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as Coin$1, i as SignDoc$1, s as TxRaw$1 } from "./tx_pb-
|
|
1
|
+
import { d as Coin$1, i as SignDoc$1, s as TxRaw$1 } from "./tx_pb-B9KzLX7v.js";
|
|
2
2
|
import { AminoSignResponse as AminoSignResponse$1 } from "@cosmjs/amino";
|
|
3
3
|
import { DirectSignResponse as DirectSignResponse$1 } from "@cosmjs/proto-signing";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as SignDoc } from "./tx_pb-
|
|
1
|
+
import { i as SignDoc } from "./tx_pb-B9KzLX7v.js";
|
|
2
2
|
import { Account, AminoTypes, DeliverTxResponse, GasPrice, StargateClient, StargateClientOptions } from "@cosmjs/stargate";
|
|
3
3
|
import { CometClient, HttpEndpoint } from "@cosmjs/tendermint-rpc";
|
|
4
4
|
import { AccountData, Algo, AminoSignResponse, OfflineAminoSigner, StdFee, StdSignDoc } from "@cosmjs/amino";
|