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