Module Cephalopod_models.Com_Atproto_Identity_SignPlcOperation

lexicon "com.atproto.identity.signPlcOperation"

def main

type main_input = {
  1. token : string option;
    (*

    A token received through com.atproto.identity.requestPlcOperationSignature

    *)
  2. rotationKeys : string list option;
  3. alsoKnownAs : string list option;
  4. verificationMethods : Cephalopod_dasl.Value.t option;
  5. services : Cephalopod_dasl.Value.t option;
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
type main_output = {
  1. operation : Cephalopod_dasl.Value.t;
    (*

    A signed DID PLC operation.

    *)
}
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val main : (unit, main_input, main_output, unit) Base.procedure

Signs a PLC operation to update some value(s) in the requesting DID's document.