Variable BasePayloadConst
BasePayload: ZodObject<{
apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>;
apiToken: ZodString;
timeout: ZodOptional<ZodNumber>;
}, $strip> = ...
Type declaration
apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>
apiToken: ZodString
timeout: ZodOptional<ZodNumber>
Represents the minimum payload needed to interact with hoprd node.