UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

4 lines (3 loc) 195 B
/// <reference types="node" /> import { z } from "zod"; export declare const BufferSchema: z.ZodUnion<[z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>, z.ZodType<Buffer, z.ZodTypeDef, Buffer>]>;