toJSON method

TxSignerModeInfoSingle toJSON()

Implementation

TxSignerModeInfoSingle toJSON() {
  return TxSignerModeInfoSingle(SignModeConverters.getFromEnum(mode!));
}