Holds the virtual size and weight of a transaction.
Declared in <wallet/spend.h>
struct TxSize;
| Name | Description |
|---|---|
vsize | The transaction's virtual size in vbytes. |
weight | The transaction's weight units. |
| Name | Description |
|---|---|
CalculateMaximumSignedTxSize | Calculate the size of the transaction using CoinControl to determine whether to expect signature grinding when calculating the size of the input spend. |
CalculateMaximumSignedTxSize | Calculate the size of the transaction, looking up previous outputs from the wallet. |