Skip to content

nooschain v0.1.0


nooschain / contracts/manifest / hashContractManifest

Function: hashContractManifest()

hashContractManifest(manifest): string

Defined in: contracts/manifest.ts:169

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 = ...

Returns

string

Audience-first NOOSChain documentation.