Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.66 KB

IdentityKeyReplace.md

File metadata and controls

14 lines (11 loc) · 1.66 KB

harmony-connect-client.Model.IdentityKeyReplace

Properties

Name Type Description Notes
OldKey string The public key you would like to replace. This should be sent as a Base58 string in IdPub format.
NewKey string The public key that you would like to activate. This should be sent as a Base58 string in IdPub format.
SignerKey string The key you are using to authorize the replacement. Must be equal to or higher level than the key you want to replace. This should be sent as a Base58 string in IdPub format.
Signature string A signature that proves ownership of the `signer_key`. This signature should use the Ed25519 specification. The signed message should be the Identity Chain ID, the Old Key, and the New Key in that order. The message should be a single string with no whitespace or separators between the three parts.
CallbackUrl string The URL where you would like to receive the callback from Connect. If this is not specified, callbacks will not activate. [optional]
CallbackStages List<string> The stages that you would like to trigger a callback from Connect. This list can include any or all of the three stages: `replicated`, `factom`, and `anchored`. If callbacks are activated and this field is not sent, it will default to `factom` and `anchored` [optional]

[Back to Model list] [Back to API list] [Back to README]