Interface: NostrAdapterConfig ​
Defined in: packages/method/src/core/beacon/aggregation/communication/adapter/nostr.ts:45
NostrAdapterConfig defines the configuration structure for the Nostr communication adapter. It includes relay URLs, key pairs, and components for identity generation. NostrAdapterConfig
Indexable ​
[
key:string]:any
Properties ​
components ​
components:
object
Defined in: packages/method/src/core/beacon/aggregation/communication/adapter/nostr.ts:48
idType? ​
optionalidType?:string
network? ​
optionalnetwork?:string
version? ​
optionalversion?:number
did? ​
optionaldid?:string
Defined in: packages/method/src/core/beacon/aggregation/communication/adapter/nostr.ts:47
keys ​
keys:
RawSchnorrKeyPair
Defined in: packages/method/src/core/beacon/aggregation/communication/adapter/nostr.ts:46
relays ​
relays:
string[]
Defined in: packages/method/src/core/beacon/aggregation/communication/adapter/nostr.ts:53