storeDIDPair

abstract fun storeDIDPair(host: DID, receiver: DID, name: String)(source)

Stores a pair of Distributed Identifier (DID) and a receiver DID with a given name.

Parameters

host

The host DID to store.

receiver

The receiver DID to store.

name

The name of the stored pair.