nooschain / contracts/manifest / contractOutboundCallSchema
Variable: contractOutboundCallSchema
constcontractOutboundCallSchema:ZodObject<{contractId:ZodString;methods:ZodArray<ZodString,"many">;requiredBuckets:ZodDefault<ZodArray<ZodObject<{access:ZodArray<ZodEnum<[string,...string[]]>,"many">;availability:ZodEnum<["metadata","encrypted_payload_local"]>;bucketId:ZodString; },"strip",ZodTypeAny, {access:string[];availability:"metadata"|"encrypted_payload_local";bucketId:string; }, {access:string[];availability:"metadata"|"encrypted_payload_local";bucketId:string; }>,"many">>; },"strip",ZodTypeAny, {contractId:string;methods:string[];requiredBuckets:object[]; }, {contractId:string;methods:string[];requiredBuckets?:object[]; }>
Defined in: contracts/manifest.ts:110