nooschain / chain/domain-handlers/shared / loadActiveBucketKey
Function: loadActiveBucketKey()
loadActiveBucketKey(
database,bucketId):Promise<{algorithm:string;bucket_id:string;created_at:Date;created_by_organization_id:string;created_by_user_id:string;id:string;key_envelopes:JsonValue;key_version:number;status:string;transaction_hash:string; } |undefined>
Defined in: chain/domain-handlers/shared.ts:53
Parameters
database
bucketId
string
Returns
Promise<{ algorithm: string; bucket_id: string; created_at: Date; created_by_organization_id: string; created_by_user_id: string; id: string; key_envelopes: JsonValue; key_version: number; status: string; transaction_hash: string; } | undefined>