PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/fxs/nft
Просмотр файла: mintOutput.d.ts
import { Int } from '../../primitives';
import { OutputOwners } from '../secp256k1';
import { TypeSymbols } from '../../constants';
export declare class MintOutput {
private readonly groupId;
private readonly outputOwners;
_type: TypeSymbols;
constructor(groupId: Int, outputOwners: OutputOwners);
static fromBytes(bytes: Uint8Array, codec: any): [MintOutput, Uint8Array];
toBytes(codec: any): Uint8Array;
}
//# sourceMappingURL=mintOutput.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!