PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/avax
Просмотр файла: utxo.d.ts
import { UTXOID } from '.';
import { Codec } from '../codec/codec';
import type { Serializable } from '../common/types';
import { Id } from '../fxs/common';
import { TypeSymbols } from '../constants';
export declare class Utxo {
readonly utxoId: UTXOID;
readonly assetId: Id;
readonly output: Serializable;
_type: TypeSymbols;
constructor(utxoId: UTXOID, assetId: Id, output: Serializable);
static fromBytes(bytes: Uint8Array, codec: Codec): [Utxo, Uint8Array];
getOutputOwners(): import("..").OutputOwners;
toBytes(codec: any): Uint8Array;
getAssetId(): string;
ID(): string;
}
//# sourceMappingURL=utxo.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!