Skip to content

nooschain v0.1.0


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

Function: createContractRuntimeRolloutPolicyStateValue()

createContractRuntimeRolloutPolicyStateValue(policy): object

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

Parameters

policy

created_at_height

string

effective_height

string | null

id

string

metadata

unknown

policy_hash

string

protocol_version

number

requirements

unknown

requirements_hash

string

runtime

string

status

string

transaction_hash

string

updated_at_height

string

updated_by_actor_id

string | null

updated_by_actor_type

string

Returns

object

created_at_height

created_at_height: string = policy.created_at_height

effective_height

effective_height: string | null = policy.effective_height

id

id: string = policy.id

metadata

metadata: unknown = policy.metadata

policy_hash

policy_hash: string = policy.policy_hash

protocol_version

protocol_version: number = policy.protocol_version

requirements

requirements: unknown = policy.requirements

requirements_hash

requirements_hash: string = policy.requirements_hash

runtime

runtime: string = policy.runtime

status

status: string = policy.status

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.