nooschain / contracts/manifest / collectContractManifestWarnings
Function: collectContractManifestWarnings()
collectContractManifestWarnings(
manifest):ContractManifestWarning[]
Defined in: contracts/manifest.ts:172
Parameters
manifest
calls
object[] = ...
exports
{ init?: string; methods: Record<string, { abi?: { description?: string; events: object[]; input?: ContractAbiValue; output?: ContractAbiValue; }; buckets: object[]; entrypoint: string; invoke: { allow: ({ principalType: "anyUser"; } | { principalType: "anyContract"; } | { principalType: "any"; } | { principalType: "system"; } | { principalId: string; principalType: "user"; } | { principalId: string; principalType: "organization"; } | { principalId: string; principalType: "contract"; })[]; }; maxFuel?: number; }>; } = ...
exports.init?
string = ...
exports.methods
Record<string, { abi?: { description?: string; events: object[]; input?: ContractAbiValue; output?: ContractAbiValue; }; buckets: object[]; entrypoint: string; invoke: { allow: ({ principalType: "anyUser"; } | { principalType: "anyContract"; } | { principalType: "any"; } | { principalType: "system"; } | { principalId: string; principalType: "user"; } | { principalId: string; principalType: "organization"; } | { principalId: string; principalType: "contract"; })[]; }; maxFuel?: number; }> = ...
migrations
object[] = ...
name
string = ...
runtime
"wasm-assemblyscript-v1" = ...
schemaVersion
1 = ...
version
string = ...