toData method

Implementation

SignerInfoDataArgs toData() {
  return SignerInfoDataArgs(key, sequence, mode_info.toData());
}