Skip to content

nooschain v0.1.0


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

Function: createContractReleaseEventStateValue()

createContractReleaseEventStateValue(event): object

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

Parameters

event

actor_id

string | null

actor_type

string

block_height

string

details

unknown

event_type

string

from_status

string | null

id

string

release_id

string

to_status

string

transaction_hash

string

Returns

object

actor_id

actor_id: string | null = event.actor_id

actor_type

actor_type: string = event.actor_type

block_height

block_height: string = event.block_height

details

details: unknown = event.details

event_type

event_type: string = event.event_type

from_status

from_status: string | null = event.from_status

id

id: string = event.id

release_id

release_id: string = event.release_id

to_status

to_status: string = event.to_status

transaction_hash

transaction_hash: string = event.transaction_hash

Audience-first NOOSChain documentation.