[#wallet-feebumper-SignatureWeightChecker-2constructor] = xref:wallet.adoc[wallet]::xref:wallet/feebumper.adoc[feebumper]::xref:wallet/feebumper/SignatureWeightChecker.adoc[SignatureWeightChecker]::SignatureWeightChecker :relfileprefix: ../../../ :mrdocs: Constructs a checker that accumulates weights into the given collector. == Synopsis Declared in `<wallet/feebumper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SignatureWeightChecker( xref:wallet/feebumper/SignatureWeights.adoc[SignatureWeights]& weights, xref:BaseSignatureChecker.adoc[BaseSignatureChecker] const& checker); ---- == Parameters [cols="1,4"] |=== | Name| Description | *weights* | The collector that receives signature weights. | *checker* | The underlying checker used to validate signatures. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#