tx.txbuilder.addregisterpool
Home > @blaze-cardano/tx > TxBuilder > addRegisterPool
TxBuilder.addRegisterPool() method
Adds a Pool Registration certificate.
Register a stake pool or update pool parameters by issuing a new PoolRegistration certificate with the desired poolParameters.
Signature:
addRegisterPool(poolParameters: PoolParameters): TxBuilder;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
poolParameters |
PoolParameters |
The pool parameters to register/update. |
Returns:
{TxBuilder} The updated transaction builder.