PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@celo/contractkit/lib/identity/claims

Просмотр файла: attestation-service-url.d.ts

import { Address } from '@celo/connect';
import * as t from 'io-ts';
import { ContractKit } from '../../kit';
import { ClaimTypes } from './types';
export declare const AttestationServiceURLClaimType: t.TypeC<{
    type: t.LiteralC<ClaimTypes.ATTESTATION_SERVICE_URL>;
    timestamp: t.NumberC;
    url: t.Type<string, string, unknown>;
}>;
export declare type AttestationServiceURLClaim = t.TypeOf<typeof AttestationServiceURLClaimType>;
export declare const createAttestationServiceURLClaim: (url: string) => AttestationServiceURLClaim;
export declare function validateAttestationServiceUrl(kit: ContractKit, claim: AttestationServiceURLClaim, address: Address): Promise<string | undefined>;

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


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