Skip to content

nooschain v0.1.0


nooschain / chain/transaction-types / updateValidatorEndpointPayloadSchema

Variable: updateValidatorEndpointPayloadSchema

const updateValidatorEndpointPayloadSchema: ZodEffects<ZodObject<{ endpoint: ZodOptional<ZodNullable<ZodString>>; nodeId: ZodString; raftHttpUrl: ZodOptional<ZodNullable<ZodString>>; raftTcpAddress: ZodOptional<ZodNullable<ZodString>>; }, "strip", ZodTypeAny, { endpoint?: string | null; nodeId: string; raftHttpUrl?: string | null; raftTcpAddress?: string | null; }, { endpoint?: string | null; nodeId: string; raftHttpUrl?: string | null; raftTcpAddress?: string | null; }>, { endpoint?: string | null; nodeId: string; raftHttpUrl?: string | null; raftTcpAddress?: string | null; }, { endpoint?: string | null; nodeId: string; raftHttpUrl?: string | null; raftTcpAddress?: string | null; }>

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

Audience-first NOOSChain documentation.