@hashgraphonline/standards-sdk 0.1.162 → 0.1.164
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/README.md +59 -0
- package/dist/cjs/common/node-operator-resolver.d.ts +1 -1
- package/dist/cjs/common/tx/tx-utils.d.ts +1 -1
- package/dist/cjs/hcs-10/base-client.d.ts +1 -1
- package/dist/cjs/hcs-10/browser.d.ts +1 -1
- package/dist/cjs/hcs-10/sdk.d.ts +1 -1
- package/dist/cjs/hcs-10/tx.d.ts +1 -1
- package/dist/cjs/hcs-10/types.d.ts +1 -1
- package/dist/cjs/hcs-11/client.d.ts +51 -51
- package/dist/cjs/hcs-11/types.d.ts +1 -1
- package/dist/cjs/hcs-12/base-client.d.ts +1 -1
- package/dist/cjs/hcs-12/browser.d.ts +1 -1
- package/dist/cjs/hcs-12/sdk.d.ts +1 -1
- package/dist/cjs/hcs-12/security/signature-verifier.d.ts +1 -1
- package/dist/cjs/hcs-12/tx.d.ts +1 -1
- package/dist/cjs/hcs-14/issuers/types.d.ts +1 -1
- package/dist/cjs/hcs-14/sdk.d.ts +1 -1
- package/dist/cjs/hcs-15/browser.d.ts +1 -1
- package/dist/cjs/hcs-15/sdk.d.ts +1 -1
- package/dist/cjs/hcs-15/tx.d.ts +1 -1
- package/dist/cjs/hcs-15/types.d.ts +1 -1
- package/dist/cjs/hcs-16/base-client.d.ts +1 -1
- package/dist/cjs/hcs-16/browser.d.ts +1 -1
- package/dist/cjs/hcs-16/sdk.d.ts +1 -1
- package/dist/cjs/hcs-16/tx.d.ts +1 -1
- package/dist/cjs/hcs-16/types.d.ts +1 -1
- package/dist/cjs/hcs-17/base-client.d.ts +1 -1
- package/dist/cjs/hcs-17/browser.d.ts +1 -1
- package/dist/cjs/hcs-17/sdk.d.ts +1 -1
- package/dist/cjs/hcs-17/tx.d.ts +1 -1
- package/dist/cjs/hcs-17/types.d.ts +1 -1
- package/dist/cjs/hcs-18/browser.d.ts +1 -1
- package/dist/cjs/hcs-18/sdk.d.ts +2 -2
- package/dist/cjs/hcs-18/tx.d.ts +1 -1
- package/dist/cjs/hcs-18/types.d.ts +1 -1
- package/dist/cjs/hcs-2/base-client.d.ts +1 -1
- package/dist/cjs/hcs-2/browser.d.ts +1 -1
- package/dist/cjs/hcs-2/client.d.ts +8 -2
- package/dist/cjs/hcs-2/client.d.ts.map +1 -1
- package/dist/cjs/hcs-2/tx.d.ts +1 -1
- package/dist/cjs/hcs-2/types.d.ts +3 -1
- package/dist/cjs/hcs-2/types.d.ts.map +1 -1
- package/dist/cjs/hcs-20/base-client.d.ts +1 -1
- package/dist/cjs/hcs-20/tx.d.ts +1 -1
- package/dist/cjs/hcs-20/types.d.ts +1 -1
- package/dist/cjs/hcs-21/sdk.d.ts +1 -1
- package/dist/cjs/hcs-21/tx.d.ts +1 -1
- package/dist/cjs/hcs-5/tx.d.ts +1 -1
- package/dist/cjs/hcs-5/types.d.ts +1 -1
- package/dist/cjs/hcs-6/base-client.d.ts +1 -1
- package/dist/cjs/hcs-6/browser.d.ts +1 -1
- package/dist/cjs/hcs-6/sdk.d.ts +1 -1
- package/dist/cjs/hcs-6/tx.d.ts +1 -1
- package/dist/cjs/hcs-6/types.d.ts +1 -1
- package/dist/cjs/hcs-7/evm-bridge.d.ts +1 -1
- package/dist/cjs/hcs-7/tx.d.ts +1 -1
- package/dist/cjs/hcs-7/types.d.ts +1 -1
- package/dist/cjs/inscribe/types.d.ts +1 -1
- package/dist/cjs/services/mirror-node.d.ts +1 -1
- package/dist/cjs/services/registry-broker/client/base-client.d.ts +22 -9
- package/dist/cjs/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client/skills.d.ts +19 -9
- package/dist/cjs/services/registry-broker/client/skills.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client/verification.d.ts +3 -1
- package/dist/cjs/services/registry-broker/client/verification.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/private-key-signer.d.ts +1 -1
- package/dist/cjs/services/registry-broker/schemas.d.ts +12879 -167
- package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/types.d.ts +80 -2
- package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +1 -1
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/cjs/utils/key-type-detector.d.ts +1 -1
- package/dist/cjs/utils/parsers/crypto-parser.d.ts +1 -1
- package/dist/cjs/utils/parsers/file-parser.d.ts +1 -1
- package/dist/cjs/utils/parsers/hcs-parser.d.ts +1 -1
- package/dist/cjs/utils/parsers/hts-parser.d.ts +1 -1
- package/dist/cjs/utils/parsers/parser-utils.d.ts +1 -1
- package/dist/cjs/utils/parsers/schedule-parser.d.ts +1 -1
- package/dist/cjs/utils/parsers/scs-parser.d.ts +1 -1
- package/dist/cjs/utils/parsers/util-parser.d.ts +1 -1
- package/dist/cjs/utils/topic-fee-utils.d.ts +1 -1
- package/dist/cjs/utils/transaction-parser.d.ts +1 -1
- package/dist/es/common/node-operator-resolver.d.ts +1 -1
- package/dist/es/common/tx/tx-utils.d.ts +1 -1
- package/dist/es/hcs-10/base-client.d.ts +1 -1
- package/dist/es/hcs-10/browser.d.ts +1 -1
- package/dist/es/hcs-10/sdk.d.ts +1 -1
- package/dist/es/hcs-10/tx.d.ts +1 -1
- package/dist/es/hcs-10/types.d.ts +1 -1
- package/dist/es/hcs-11/client.d.ts +51 -51
- package/dist/es/hcs-11/types.d.ts +1 -1
- package/dist/es/hcs-12/base-client.d.ts +1 -1
- package/dist/es/hcs-12/browser.d.ts +1 -1
- package/dist/es/hcs-12/sdk.d.ts +1 -1
- package/dist/es/hcs-12/security/signature-verifier.d.ts +1 -1
- package/dist/es/hcs-12/tx.d.ts +1 -1
- package/dist/es/hcs-14/issuers/types.d.ts +1 -1
- package/dist/es/hcs-14/sdk.d.ts +1 -1
- package/dist/es/hcs-15/browser.d.ts +1 -1
- package/dist/es/hcs-15/sdk.d.ts +1 -1
- package/dist/es/hcs-15/tx.d.ts +1 -1
- package/dist/es/hcs-15/types.d.ts +1 -1
- package/dist/es/hcs-16/base-client.d.ts +1 -1
- package/dist/es/hcs-16/browser.d.ts +1 -1
- package/dist/es/hcs-16/sdk.d.ts +1 -1
- package/dist/es/hcs-16/tx.d.ts +1 -1
- package/dist/es/hcs-16/types.d.ts +1 -1
- package/dist/es/hcs-17/base-client.d.ts +1 -1
- package/dist/es/hcs-17/browser.d.ts +1 -1
- package/dist/es/hcs-17/sdk.d.ts +1 -1
- package/dist/es/hcs-17/tx.d.ts +1 -1
- package/dist/es/hcs-17/types.d.ts +1 -1
- package/dist/es/hcs-18/browser.d.ts +1 -1
- package/dist/es/hcs-18/sdk.d.ts +2 -2
- package/dist/es/hcs-18/tx.d.ts +1 -1
- package/dist/es/hcs-18/types.d.ts +1 -1
- package/dist/es/hcs-2/base-client.d.ts +1 -1
- package/dist/es/hcs-2/browser.d.ts +1 -1
- package/dist/es/hcs-2/client.d.ts +8 -2
- package/dist/es/hcs-2/client.d.ts.map +1 -1
- package/dist/es/hcs-2/tx.d.ts +1 -1
- package/dist/es/hcs-2/types.d.ts +3 -1
- package/dist/es/hcs-2/types.d.ts.map +1 -1
- package/dist/es/hcs-20/base-client.d.ts +1 -1
- package/dist/es/hcs-20/tx.d.ts +1 -1
- package/dist/es/hcs-20/types.d.ts +1 -1
- package/dist/es/hcs-21/sdk.d.ts +1 -1
- package/dist/es/hcs-21/tx.d.ts +1 -1
- package/dist/es/hcs-5/tx.d.ts +1 -1
- package/dist/es/hcs-5/types.d.ts +1 -1
- package/dist/es/hcs-6/base-client.d.ts +1 -1
- package/dist/es/hcs-6/browser.d.ts +1 -1
- package/dist/es/hcs-6/sdk.d.ts +1 -1
- package/dist/es/hcs-6/tx.d.ts +1 -1
- package/dist/es/hcs-6/types.d.ts +1 -1
- package/dist/es/hcs-7/evm-bridge.d.ts +1 -1
- package/dist/es/hcs-7/tx.d.ts +1 -1
- package/dist/es/hcs-7/types.d.ts +1 -1
- package/dist/es/inscribe/types.d.ts +1 -1
- package/dist/es/services/mirror-node.d.ts +1 -1
- package/dist/es/services/registry-broker/client/base-client.d.ts +22 -9
- package/dist/es/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client/skills.d.ts +19 -9
- package/dist/es/services/registry-broker/client/skills.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client/verification.d.ts +3 -1
- package/dist/es/services/registry-broker/client/verification.d.ts.map +1 -1
- package/dist/es/services/registry-broker/private-key-signer.d.ts +1 -1
- package/dist/es/services/registry-broker/schemas.d.ts +12879 -167
- package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/es/services/registry-broker/types.d.ts +80 -2
- package/dist/es/services/registry-broker/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es104.js +1 -1
- package/dist/es/standards-sdk.es106.js +1 -1
- package/dist/es/standards-sdk.es108.js +1 -1
- package/dist/es/standards-sdk.es11.js +1 -1
- package/dist/es/standards-sdk.es110.js +1 -1
- package/dist/es/standards-sdk.es116.js +1 -1
- package/dist/es/standards-sdk.es12.js +1 -1
- package/dist/es/standards-sdk.es132.js +1 -1
- package/dist/es/standards-sdk.es137.js +1 -1
- package/dist/es/standards-sdk.es138.js +1 -1
- package/dist/es/standards-sdk.es140.js +234 -0
- package/dist/es/standards-sdk.es140.js.map +1 -1
- package/dist/es/standards-sdk.es143.js +1 -1
- package/dist/es/standards-sdk.es144.js +45 -3
- package/dist/es/standards-sdk.es144.js.map +1 -1
- package/dist/es/standards-sdk.es153.js +12450 -106
- package/dist/es/standards-sdk.es153.js.map +1 -1
- package/dist/es/standards-sdk.es154.js +133 -37
- package/dist/es/standards-sdk.es154.js.map +1 -1
- package/dist/es/standards-sdk.es155.js +34 -12474
- package/dist/es/standards-sdk.es155.js.map +1 -1
- package/dist/es/standards-sdk.es156.js +54 -15
- package/dist/es/standards-sdk.es156.js.map +1 -1
- package/dist/es/standards-sdk.es157.js +76 -48
- package/dist/es/standards-sdk.es157.js.map +1 -1
- package/dist/es/standards-sdk.es158.js +66 -69
- package/dist/es/standards-sdk.es158.js.map +1 -1
- package/dist/es/standards-sdk.es159.js +180 -61
- package/dist/es/standards-sdk.es159.js.map +1 -1
- package/dist/es/standards-sdk.es160.js +521 -187
- package/dist/es/standards-sdk.es160.js.map +1 -1
- package/dist/es/standards-sdk.es162.js +15 -240
- package/dist/es/standards-sdk.es162.js.map +1 -1
- package/dist/es/standards-sdk.es169.js +1 -1
- package/dist/es/standards-sdk.es173.js +1 -1
- package/dist/es/standards-sdk.es179.js +37 -1
- package/dist/es/standards-sdk.es179.js.map +1 -1
- package/dist/es/standards-sdk.es18.js +3 -3
- package/dist/es/standards-sdk.es19.js +1 -1
- package/dist/es/standards-sdk.es22.js +1 -1
- package/dist/es/standards-sdk.es27.js +2 -2
- package/dist/es/standards-sdk.es30.js +1 -1
- package/dist/es/standards-sdk.es31.js +1 -1
- package/dist/es/standards-sdk.es35.js +1 -1
- package/dist/es/standards-sdk.es36.js +3 -3
- package/dist/es/standards-sdk.es37.js +1 -1
- package/dist/es/standards-sdk.es4.js +1 -1
- package/dist/es/standards-sdk.es41.js +7 -7
- package/dist/es/standards-sdk.es41.js.map +1 -1
- package/dist/es/standards-sdk.es53.js +1 -1
- package/dist/es/standards-sdk.es56.js +1 -1
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es60.js +1 -1
- package/dist/es/standards-sdk.es62.js +1 -1
- package/dist/es/standards-sdk.es63.js +2 -2
- package/dist/es/standards-sdk.es64.js +1 -1
- package/dist/es/standards-sdk.es65.js +1 -1
- package/dist/es/standards-sdk.es66.js +1 -1
- package/dist/es/standards-sdk.es67.js +1 -1
- package/dist/es/standards-sdk.es69.js +1 -1
- package/dist/es/standards-sdk.es7.js +1 -1
- package/dist/es/standards-sdk.es71.js +1 -1
- package/dist/es/standards-sdk.es72.js +2 -2
- package/dist/es/standards-sdk.es74.js.map +1 -1
- package/dist/es/standards-sdk.es75.js +97 -6
- package/dist/es/standards-sdk.es75.js.map +1 -1
- package/dist/es/standards-sdk.es76.js +1 -1
- package/dist/es/standards-sdk.es78.js +1 -1
- package/dist/es/standards-sdk.es83.js +1 -1
- package/dist/es/standards-sdk.es85.js +1 -1
- package/dist/es/standards-sdk.es88.js +2 -2
- package/dist/es/standards-sdk.es90.js +1 -1
- package/dist/es/standards-sdk.es94.js +1 -1
- package/dist/es/standards-sdk.es98.js +2 -2
- package/dist/es/standards-sdk.es99.js +1 -1
- package/dist/es/utils/key-type-detector.d.ts +1 -1
- package/dist/es/utils/parsers/crypto-parser.d.ts +1 -1
- package/dist/es/utils/parsers/file-parser.d.ts +1 -1
- package/dist/es/utils/parsers/hcs-parser.d.ts +1 -1
- package/dist/es/utils/parsers/hts-parser.d.ts +1 -1
- package/dist/es/utils/parsers/parser-utils.d.ts +1 -1
- package/dist/es/utils/parsers/schedule-parser.d.ts +1 -1
- package/dist/es/utils/parsers/scs-parser.d.ts +1 -1
- package/dist/es/utils/parsers/util-parser.d.ts +1 -1
- package/dist/es/utils/topic-fee-utils.d.ts +1 -1
- package/dist/es/utils/transaction-parser.d.ts +1 -1
- package/package.json +7 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTopicCreateTx, buildMessageTx } from "./standards-sdk.
|
|
2
|
-
import {
|
|
1
|
+
import { buildTopicCreateTx, buildMessageTx } from "./standards-sdk.es155.js";
|
|
2
|
+
import { HCS21_SAFE_MESSAGE_BYTES, HCS21_MAX_MESSAGE_BYTES, HCS21TopicType, HCS21MetadataPointerPattern } from "./standards-sdk.es86.js";
|
|
3
3
|
import { HCS21ValidationError } from "./standards-sdk.es87.js";
|
|
4
4
|
function buildHcs21RegistryMemo(params) {
|
|
5
5
|
const indexed = params.indexed ?? 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Client, Status } from "@hashgraph/sdk";
|
|
2
|
-
import { createNodeOperatorContext } from "./standards-sdk.
|
|
2
|
+
import { createNodeOperatorContext } from "./standards-sdk.es154.js";
|
|
3
3
|
import { Logger } from "./standards-sdk.es118.js";
|
|
4
4
|
import { HCS21BaseClient } from "./standards-sdk.es89.js";
|
|
5
5
|
import { metadataDocumentSchema, HCS21TopicType, HCS21ManifestPointerPattern } from "./standards-sdk.es86.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AccountId, Client, PrivateKey, Hbar } from "@hashgraph/sdk";
|
|
2
|
-
import { createNodeOperatorContext } from "./standards-sdk.
|
|
2
|
+
import { createNodeOperatorContext } from "./standards-sdk.es154.js";
|
|
3
3
|
import { buildHcs15BaseAccountCreateTx, buildHcs15PetalAccountCreateTx } from "./standards-sdk.es93.js";
|
|
4
4
|
import { HCS15BaseClient } from "./standards-sdk.es96.js";
|
|
5
5
|
class HCS15Client extends HCS15BaseClient {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AccountId, TopicCreateTransaction, CustomFixedFee, TokenId,
|
|
2
|
-
import { buildTopicCreateTx, buildMessageTx } from "./standards-sdk.
|
|
1
|
+
import { AccountCreateTransaction, Hbar, AccountId, TopicCreateTransaction, CustomFixedFee, TokenId, AccountUpdateTransaction, ScheduleCreateTransaction, TopicUpdateTransaction } from "@hashgraph/sdk";
|
|
2
|
+
import { buildTopicCreateTx, buildMessageTx } from "./standards-sdk.es155.js";
|
|
3
3
|
import { FloraOperation, FloraTopicType } from "./standards-sdk.es97.js";
|
|
4
4
|
const HCS16_FLORA_ACCOUNT_CREATE_TRANSACTION_MEMO = "hcs-16:op:0:0";
|
|
5
5
|
const HCS17_STATE_HASH_TRANSACTION_MEMO = "hcs-17:op:6:2";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AccountId, Client, ScheduleSignTransaction } from "@hashgraph/sdk";
|
|
2
2
|
import "./standards-sdk.es118.js";
|
|
3
3
|
import { HCS11Client } from "./standards-sdk.es27.js";
|
|
4
|
-
import { createNodeOperatorContext } from "./standards-sdk.
|
|
4
|
+
import { createNodeOperatorContext } from "./standards-sdk.es154.js";
|
|
5
5
|
import { HederaMirrorNode } from "./standards-sdk.es139.js";
|
|
6
6
|
import { HCS16BaseClient } from "./standards-sdk.es101.js";
|
|
7
7
|
import { buildHcs16CreateFloraTopicTx, buildHcs16CreateAccountTx, buildHcs16FloraCreatedTx, buildHcs16TransactionTx, buildHcs16StateUpdateTx, buildHcs16FloraJoinRequestTx, buildHcs16FloraJoinVoteTx, buildHcs16FloraJoinAcceptedTx } from "./standards-sdk.es98.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
|
-
import { Transaction } from '
|
|
2
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
3
3
|
import { AccountAmount, TokenAmount, CryptoDeleteData, CryptoCreateAccountData, CryptoUpdateAccountData, CryptoApproveAllowanceData, CryptoDeleteAllowanceData } from '../transaction-parser-types';
|
|
4
4
|
export declare class CryptoParser {
|
|
5
5
|
static parseCryptoTransfers(cryptoTransfer: proto.ICryptoTransferTransactionBody, result: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
|
-
import { Transaction } from '
|
|
2
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
3
3
|
import { FileCreateData, FileAppendData, FileUpdateData, FileDeleteData } from '../transaction-parser-types';
|
|
4
4
|
/**
|
|
5
5
|
* File Service Parser
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
|
-
import { Transaction } from '
|
|
2
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
3
3
|
import { ConsensusCreateTopicData, ConsensusSubmitMessageData, ConsensusUpdateTopicData, ConsensusDeleteTopicData } from '../transaction-parser-types';
|
|
4
4
|
export declare class HCSParser {
|
|
5
5
|
static parseConsensusCreateTopic(body: proto.IConsensusCreateTopicTransactionBody): ConsensusCreateTopicData | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
2
|
import { TokenCreationData, TokenMintData, TokenBurnData, TokenUpdateData, TokenFeeScheduleUpdateData, TokenFreezeData, TokenUnfreezeData, TokenGrantKycData, TokenRevokeKycData, TokenPauseData, TokenUnpauseData, TokenWipeAccountData, TokenDeleteData, TokenAssociateData, TokenDissociateData, TokenAirdropData, ParsedTransaction } from '../transaction-parser-types';
|
|
3
|
-
import { Transaction } from '
|
|
3
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
4
4
|
export declare class HTSParser {
|
|
5
5
|
/**
|
|
6
6
|
* Main entry point for parsing HTS transactions from a Transaction object
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
|
-
import { Transaction } from '
|
|
2
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
3
3
|
export declare function parseKey(key: proto.IKey | null | undefined): string | undefined;
|
|
4
4
|
/**
|
|
5
5
|
* Extract TransactionBody from Transaction object using protobuf parsing
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
|
-
import { Transaction } from '
|
|
2
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
3
3
|
import { ContractCallData, ContractCreateData, ContractUpdateData, ContractDeleteData } from '../transaction-parser-types';
|
|
4
4
|
/**
|
|
5
5
|
* Smart Contract Service (SCS) Parser
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proto } from '@hashgraph/proto';
|
|
2
|
-
import { Transaction } from '
|
|
2
|
+
import { Transaction } from '../../../node_modules/@hashgraph/sdk';
|
|
3
3
|
import { UtilPrngData, NetworkFreezeData, SystemDeleteData, SystemUndeleteData, NodeCreateData, NodeUpdateData, NodeDeleteData } from '../transaction-parser-types';
|
|
4
4
|
/**
|
|
5
5
|
* Utility and System Operations Parser
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Transaction } from '
|
|
1
|
+
import { Transaction } from '../../node_modules/@hashgraph/sdk';
|
|
2
2
|
import { ParsedTransaction, ValidationResult, ParseOptions } from './transaction-parser-types';
|
|
3
3
|
export { TransactionParsingError } from './transaction-parser-types';
|
|
4
4
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashgraphonline/standards-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.164",
|
|
4
4
|
"description": "The Hashgraph Online Standards SDK provides a complete implementation of the Hiero Consensus Standards (HCS), giving developers all the tools needed to build wonderful decentralized applications on the Hashgraph network. https://hol.org",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@hashgraphonline/conversational-agent": "0.2.
|
|
75
|
+
"@hashgraphonline/conversational-agent": "0.2.220",
|
|
76
76
|
"@hiero-did-sdk/registrar": "0.1.8",
|
|
77
77
|
"@hiero-did-sdk/resolver": "0.1.8",
|
|
78
78
|
"@swc/jest": "^0.2.39",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"@types/node": "^22.18.12",
|
|
83
83
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
84
84
|
"@typescript-eslint/parser": "^8.46.2",
|
|
85
|
+
"agent0-sdk": "0.2.1",
|
|
85
86
|
"concurrently": "^8.2.2",
|
|
86
87
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
87
88
|
"ioredis": "^5.8.2",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"openai": "^4.104.0",
|
|
95
96
|
"prettier": "^3.6.2",
|
|
96
97
|
"process": "^0.11.10",
|
|
97
|
-
"rimraf": "^6.
|
|
98
|
+
"rimraf": "^6.1.3",
|
|
98
99
|
"terser": "^5.44.0",
|
|
99
100
|
"ts-jest": "^29.4.5",
|
|
100
101
|
"tsx": "^4.20.6",
|
|
@@ -107,12 +108,11 @@
|
|
|
107
108
|
"@hashgraph/proto": "^2.24.0",
|
|
108
109
|
"@hashgraph/sdk": "^2.78.0",
|
|
109
110
|
"@hashgraph/hedera-wallet-connect": "^2.0.4",
|
|
110
|
-
"@hashgraphonline/hashinal-wc": "^2.0.
|
|
111
|
+
"@hashgraphonline/hashinal-wc": "^2.0.64",
|
|
111
112
|
"@kiloscribe/inscription-sdk": "2.0.10-canary.9",
|
|
112
113
|
"@noble/curves": "^2.0.1",
|
|
113
114
|
"@types/localtunnel": "^2.0.4",
|
|
114
|
-
"
|
|
115
|
-
"axios": "^1.12.2",
|
|
115
|
+
"axios": "^1.13.6",
|
|
116
116
|
"bignumber.js": "^9.3.1",
|
|
117
117
|
"buffer": "^6.0.3",
|
|
118
118
|
"chalk": "^5.4.1",
|
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
"demo:registry-broker-x402-topup": "tsx demo/registry-broker/registry-broker-x402-topup.ts",
|
|
203
203
|
"demo:registry-broker-nanda-a2a": "tsx demo/registry-broker/registry-broker-nanda-a2a-demo.ts",
|
|
204
204
|
"demo:registry-broker-skills": "tsx demo/registry-broker/skill-registry-publish-demo.ts",
|
|
205
|
+
"demo:registry-broker-uaid-dns": "tsx demo/registry-broker/uaid-dns-verification-demo.ts",
|
|
205
206
|
"watch": "nodemon --watch src --ext ts,tsx --exec \"npm run build && yalc push\"",
|
|
206
207
|
"test": "jest --config jest.config.json",
|
|
207
208
|
"test:unit-list": "jest --config jest.config.json --listTests --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
|