tx.txbuilder.addadditionalsigners
Home > @blaze-cardano/tx > TxBuilder > addAdditionalSigners
TxBuilder.addAdditionalSigners() method
The additional signers field is used to add additional signing counts for fee calculation. These will be included in the signing phase at a later stage. This is needed due to native scripts signees being non-deterministic.
Signature:
addAdditionalSigners(amount: number): TxBuilder;
Parameters
Parameter |
Type |
Description |
---|---|---|
amount |
number |
The amount of additional signers |
Returns:
{TxBuilder} The same transaction builder