[#wallet-feebumper-SignatureWeights-AddSigWeight] = xref:wallet.adoc[wallet]::xref:wallet/feebumper.adoc[feebumper]::xref:wallet/feebumper/SignatureWeights.adoc[SignatureWeights]::AddSigWeight :relfileprefix: ../../../ :mrdocs: Adds the weight of a single signature, scaling by signature version. == Synopsis Declared in `<wallet/feebumper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddSigWeight( size_t const weight, xref:SigVersion.adoc[SigVersion] const sigversion); ---- == Parameters [cols="1,4"] |=== | Name| Description | *weight* | The size in bytes of the signature. | *sigversion* | The signature version that produced it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#