Variable WithdrawPayloadConst
WithdrawPayload: ZodObject<{
address: ZodString;
amount: ZodString;
apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>;
apiToken: ZodString;
timeout: ZodOptional<ZodNumber>;
}, $strip> = ...
Type declaration
address: ZodString
amount: ZodString
apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>
apiToken: ZodString
timeout: ZodOptional<ZodNumber>
withdraw