PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@aptos-labs/ts-sdk/dist/esm/core

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

export { createObjectAddress, createResourceAddress, createTokenAddress } from './account/utils/address.mjs';
export { AccountAddress, AccountAddressInput, AddressInvalidReason } from './accountAddress.mjs';
export { a as AccountPublicKey, A as AuthenticationKey, P as PublicKey, V as VerifySignatureArgs } from '../publicKey-BVXX1nVl.mjs';
export { ParsingError, ParsingResult } from './common.mjs';
export { Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, isCanonicalEd25519Signature } from './crypto/ed25519.mjs';
export { APTOS_BIP44_REGEX, APTOS_HARDENED_REGEX, CKDPriv, DerivedKeys, HARDENED_OFFSET, KeyType, deriveKey, isValidBIP44Path, isValidHardenedPath, mnemonicToSeed, splitPath } from './crypto/hdKey.mjs';
export { MultiEd25519PublicKey, MultiEd25519Signature } from './crypto/multiEd25519.mjs';
export { MultiKey, MultiKeySignature } from './crypto/multiKey.mjs';
export { EphemeralPublicKey, EphemeralSignature } from './crypto/ephemeral.mjs';
export { FederatedKeylessPublicKey } from './crypto/federatedKeyless.mjs';
export { EPK_HORIZON_SECS, EphemeralCertificate, Groth16VerificationKey, Groth16Zkp, KeylessConfiguration, KeylessPublicKey, KeylessSignature, MAX_AUD_VAL_BYTES, MAX_COMMITED_EPK_BYTES, MAX_EXTRA_FIELD_BYTES, MAX_ISS_VAL_BYTES, MAX_JWT_HEADER_B64_BYTES, MAX_UID_KEY_BYTES, MAX_UID_VAL_BYTES, MoveJWK, ZeroKnowledgeSig, ZkProof, getIssAudAndUidVal, getKeylessConfig, getKeylessJWKs, parseJwtHeader } from './crypto/keyless.mjs';
export { bigIntToBytesLE, bytesToBigIntLE, hashStrToField, padAndPackBytesWithLen, poseidonHash } from './crypto/poseidon.mjs';
export { PrivateKey } from './crypto/privateKey.mjs';
export { Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature } from './crypto/secp256k1.mjs';
export { Signature } from './crypto/signature.mjs';
export { AnyPublicKey, AnySignature } from './crypto/singleKey.mjs';
export { Hex, HexInvalidReason, hexToAsciiString } from './hex.mjs';
import '../bcs/serializer.mjs';
import '../types/types.mjs';
import '../types/indexer.mjs';
import '../types/generated/operations.mjs';
import '../types/generated/types.mjs';
import '../utils/apiEndpoints.mjs';
import '../bcs/deserializer.mjs';
import '../transactions/instances/transactionArgument.mjs';
import './crypto/proof.mjs';
import '../types/keyless.mjs';
import '../api/aptosConfig.mjs';
import '../utils/const.mjs';

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


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