calculateTransactionMass() returns the mass of the passed transaction.
If the transaction is invalid, or the mass can not be calculated
the function throws an error.
The mass value must not exceed the maximum standard transaction mass
that can be obtained using maximumStandardTransactionMass().
calculateTransactionMass()
returns the mass of the passed transaction. If the transaction is invalid, or the mass can not be calculated the function throws an error.The mass value must not exceed the maximum standard transaction mass that can be obtained using
maximumStandardTransactionMass()
.