Versions in this module Expand all Collapse all v0 v0.0.1 Dec 15, 2023 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