| Method and Description |
|---|
| network.minter.blockchain.models.operational.Transaction.sign(PrivateKey)
Since we've got multi-signature functional, you should use explicit sign methods:
Transaction.signSingle(PrivateKey) or Transaction.signMulti(MinterAddress, List).
Will be removed in 0.4.0 |