Skip to content

nooschain v0.1.0


nooschain / chain/transaction-types / callContractPayloadSchema

Variable: callContractPayloadSchema

const callContractPayloadSchema: ZodObject<{ args: ZodOptional<ZodUnknown>; contractId: ZodString; method: ZodString; }, "strip", ZodTypeAny, { args?: unknown; contractId: string; method: string; }, { args?: unknown; contractId: string; method: string; }>

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

Audience-first NOOSChain documentation.