Function UpdateSigner.this

Constructor

this (
  FlashConfig flash_conf,
  ChannelConfig conf,
  KeyPair kp,
  agora.crypto.ECC.Point peer_pk,
  Engine engine,
  ITaskManager taskman,
  ManagedDatabase db
);

Parameters

NameDescription
flash_conf global flash configuration
conf the channel configuration
kp the node's own key-pair
peer_pk public key of the counter-party
engine the execution engine
taskman the taskmanager to schedule tasks with