toJson method
TxSignerInfo
toJson()
Implementation
TxSignerInfo toJson() {
return TxSignerInfo(key, mode_info.toJSON(), sequence);
}
TxSignerInfo toJson() {
return TxSignerInfo(key, mode_info.toJSON(), sequence);
}