PHP WebShell

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

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

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

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


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