PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@iota/iota-sdk/dist/esm/transactions
Просмотр файла: object.d.ts
import type { Transaction, TransactionObjectInput } from './Transaction.js';
export declare function createObjectMethods<T>(makeObject: (value: TransactionObjectInput) => T): {
(value: TransactionObjectInput): T;
system(): T;
clock(): T;
random(): T;
denyList(): T;
option({ type, value }: {
type: string;
value: TransactionObjectInput | null;
}): (tx: Transaction) => import("./Transaction.js").TransactionResult;
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!