Skip to content

Commit

Permalink
Make key_manager a public data member on BearerDid (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe authored Jul 25, 2024
1 parent b1ca55c commit b03068d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bound/kt/src/main/kotlin/web5/sdk/dids/BearerDid.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class BearerDid {

val did: Did
val document: Document
val keyManager: KeyManager

private val keyManager: KeyManager
private val rustCoreBearerDid: RustCoreBearerDid

/**
Expand Down
1 change: 1 addition & 0 deletions docs/API_DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ resolution_result = DidDht.resolve(uri)
CLASS BearerDid
PUBLIC DATA did: Did
PUBLIC DATA document: Document
PUBLIC DATA key_manager: KeyManager
CONSTRUCTOR(uri: string, key_manager: KeyManager)
CONSTRUCTOR(portable_did: PortableDid)
METHOD get_signer(): Signer
Expand Down

0 comments on commit b03068d

Please sign in to comment.