Skip to content

nooschain v0.1.0


nooschain / chain/transaction-types / suspendValidatorPayloadSchema

Variable: suspendValidatorPayloadSchema

const suspendValidatorPayloadSchema: ZodObject<{ nodeId: ZodString; reason: ZodOptional<ZodNullable<ZodString>>; }, "strip", ZodTypeAny, { nodeId: string; reason?: string | null; }, { nodeId: string; reason?: string | null; }>

Defined in: chain/transaction-types.ts:123

Audience-first NOOSChain documentation.