PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/contractkit/lib

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

/** @internal */
export declare class ContractVersion {
    readonly storage: number | string;
    readonly major: number | string;
    readonly minor: number | string;
    readonly patch: number | string;
    constructor(storage: number | string, major: number | string, minor: number | string, patch: number | string);
    private toSemver;
    isAtLeast: (other: ContractVersion) => any;
    toString: () => string;
    toRaw: () => (string | number)[];
    static fromRaw: (raw: ReturnType<ContractVersion['toRaw']>) => ContractVersion;
}
/** @internal */
export declare const newContractVersion: (storage: number, major: number, minor: number, patch: number) => ContractVersion;

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


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