ProtoRune.Com.Atproto.Server.ReserveSigningKey (proto_rune v0.1.1)
Generated procedure module for main
Description: Reserve a repo signing key, for use with account creation. Necessary so that a DID PLC update operation can be constructed during an account migraiton. Public and does not require auth; implemented by PDS. NOTE: this endpoint may change when full account migration is implemented.
Summary
Types
Link to this type
input()
@type input() :: %{did: String.t()}
Link to this type
output()
@type output() :: %{signing_key: String.t()}