Skip to content

nooschain v0.1.0


nooschain / chain/domain-handlers/state-values / createContractProvenancePolicyStateValue

Function: createContractProvenancePolicyStateValue()

createContractProvenancePolicyStateValue(policy): object

Defined in: chain/domain-handlers/state-values.ts:289

Parameters

policy

allowed_public_keys

readonly string[]

allowed_signer_ids

readonly string[]

allowed_signer_types

readonly string[]

id

string

metadata

unknown

min_signatures

number | null

mode

string

reason

string | null

transaction_hash

string

updated_at_height

string

updated_by_actor_id

string | null

updated_by_actor_type

string

Returns

object

allowed_public_keys

allowed_public_keys: string[]

allowed_signer_ids

allowed_signer_ids: string[]

allowed_signer_types

allowed_signer_types: string[]

id

id: string = policy.id

metadata

metadata: unknown = policy.metadata

min_signatures

min_signatures: number | null = policy.min_signatures

mode

mode: string = policy.mode

reason

reason: string | null = policy.reason

transaction_hash

transaction_hash: string = policy.transaction_hash

updated_at_height

updated_at_height: string = policy.updated_at_height

updated_by_actor_id

updated_by_actor_id: string | null = policy.updated_by_actor_id

updated_by_actor_type

updated_by_actor_type: string = policy.updated_by_actor_type

Audience-first NOOSChain documentation.