PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@iota/iota-sdk/src/transactions

Просмотр файла: index.ts

// Copyright (c) Mysten Labs, Inc.
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

export { normalizedTypeToMoveTypeSignature, getPureBcsSchema } from './serializer.js';

export { Inputs } from './Inputs.js';
export {
    Commands,
    type TransactionArgument,
    type TransactionInput,
    UpgradePolicy,
} from './Commands.js';

export {
    Transaction,
    isTransaction,
    type TransactionObjectInput,
    type TransactionObjectArgument,
    type TransactionResult,
} from './Transaction.js';

export { type SerializedTransactionDataV2 } from './data/v2.js';
export { type SerializedTransactionDataV1 } from './data/v1.js';

export type {
    TransactionData,
    Argument,
    ObjectRef,
    GasData,
    CallArg,
    Command,
    OpenMoveTypeSignature,
    OpenMoveTypeSignatureBody,
} from './data/internal.js';

export { TransactionDataBuilder } from './TransactionData.js';
export { ObjectCache, AsyncCache } from './ObjectCache.js';
export { SerialTransactionExecutor } from './executor/serial.js';
export { ParallelTransactionExecutor } from './executor/parallel.js';
export type { ParallelTransactionExecutorOptions } from './executor/parallel.js';
export { coinWithBalance } from './intents/CoinWithBalance.js';

export type {
    BuildTransactionOptions,
    SerializeTransactionOptions,
    TransactionPlugin,
} from './json-rpc-resolver.js';

export { Arguments } from './Arguments.js';

Выполнить команду


Для локальной разработки. Не используйте в интернете!