PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/fxs/nft

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

import { Input } from '../secp256k1';
import { TransferOutput } from './transferOutput';
import { TypeSymbols } from '../../constants';
export declare class TransferOperation {
    private readonly input;
    private readonly output;
    _type: TypeSymbols;
    constructor(input: Input, output: TransferOutput);
    static fromBytes(bytes: Uint8Array): [TransferOperation, Uint8Array];
    toBytes(codec: any): Uint8Array;
}
//# sourceMappingURL=transferOperation.d.ts.map

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


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