SignerInfo constructor

SignerInfo(
  1. KeysDto key,
  2. double sequence,
  3. ModeInfo mode_info
)

Implementation

SignerInfo(this.key, this.sequence, this.mode_info);