Versions in this module Expand all Collapse all v1 v1.0.0 Oct 24, 2024 Changes in this version + func TransactionOutputEstimatedSerializedSize(output *externalapi.DomainTransactionOutput) uint64 + type Calculator struct + func NewCalculator(massPerTxByte, massPerScriptPubKeyByte, massPerSigOp uint64) *Calculator + func (c *Calculator) CalculateTransactionMass(transaction *externalapi.DomainTransaction) uint64 + func (c *Calculator) MassPerScriptPubKeyByte() uint64 + func (c *Calculator) MassPerSigOp() uint64 + func (c *Calculator) MassPerTxByte() uint64