1
1
Suppose I have a signed hex encoded transaction (as returned by RPC call signrawtransaction), how to get the size, in bytes, for purpuses of calculating if included transaction fee is acceptable by the official client? Can I simply get the size in bytes of the hexadecimal decoded to binary?