Skip to content

nooschain v0.1.0


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

Function: createBucketKeyStateValue()

createBucketKeyStateValue(key): object

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

Parameters

key

algorithm

string

bucket_id

string

created_by_organization_id

string

created_by_user_id

string

id

string

key_envelopes

readonly JsonValue[]

key_version

number

status

string

transaction_hash

string

Returns

object

algorithm

algorithm: string = key.algorithm

bucket_id

bucket_id: string = key.bucket_id

created_by_organization_id

created_by_organization_id: string = key.created_by_organization_id

created_by_user_id

created_by_user_id: string = key.created_by_user_id

id

id: string = key.id

key_envelopes

key_envelopes: JsonValue[]

key_version

key_version: number = key.key_version

status

status: string = key.status

transaction_hash

transaction_hash: string = key.transaction_hash

Audience-first NOOSChain documentation.