UpdateKey constructor

UpdateKey(
  1. UpdateKeyParam updateKeyParam
)

Implementation

UpdateKey(UpdateKeyParam updateKeyParam) : super() {
  _newKeyHash = updateKeyParam.newKeyHash;
  super.memo = updateKeyParam.memo;
  super.metadata = updateKeyParam.metadata;
}