Module: Sidetree::OP::PatchAction

Defined in:
lib/sidetree/op.rb

Overview

Sidetree patch actions. These are the valid values in the action property of a patch.

Constant Summary collapse

REPLACE =
"replace"
ADD_PUBLIC_KEYS =
"add-public-keys"
REMOVE_PUBLIC_KEYS =
"remove-public-keys"
ADD_SERVICES =
"add-services"
REMOVE_SERVICES =
"remove-services"