UNPKG

@dfinity/agent

Version:

JavaScript and TypeScript library to interact with the Internet Computer

14 lines 640 B
export declare const DEFAULT_INGRESS_EXPIRY_DELTA_IN_MSECS: number; /** * The `\x0Aic-request` domain separator used in the signature of IC requests. */ export declare const IC_REQUEST_DOMAIN_SEPARATOR: Uint8Array<ArrayBufferLike>; /** * The `\x0Bic-response` domain separator used in the signature of IC responses. */ export declare const IC_RESPONSE_DOMAIN_SEPARATOR: Uint8Array<ArrayBufferLike>; /** * The `\x1Aic-request-auth-delegation` domain separator used in the signature of delegations. */ export declare const IC_REQUEST_AUTH_DELEGATION_DOMAIN_SEPARATOR: Uint8Array<ArrayBufferLike>; //# sourceMappingURL=constants.d.ts.map