toUnsignedTx method

Tx toUnsignedTx()

Implementation

Tx toUnsignedTx() {
  return Tx(tx_body!, auth_info, []);
}