PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-core/lib/core
Просмотр файла: index.d.ts
import { createSignedTx as signedTx, createSigningPayload as signingPayload, createSigningPayloadToU8a as signingPayloadToU8a, encodeUnsignedTransaction, getTxHash as txHash } from './construct';
export { decode } from './decode';
export { createMetadata, getRegistryBase } from './metadata';
export { defineMethod, toTxMethod } from './method';
export * from './util';
export { getSpecTypes } from '@polkadot/types-known';
export declare const construct: {
signedTx: typeof signedTx;
signingPayload: typeof signingPayload;
signingPayloadToU8a: typeof signingPayloadToU8a;
encodeUnsignedTransaction: typeof encodeUnsignedTransaction;
txHash: typeof txHash;
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!