emulator.emulator.removeutxo
Home > @blaze-cardano/emulator > Emulator > removeUtxo
Emulator.removeUtxo() method
Removes a given UTxO from the Emulator's ledger by input.
Signature:
removeUtxo(inp: TransactionInput): void;
Parameters
Parameter |
Type |
Description |
---|---|---|
inp |
TransactionInput |
The input to remove from the ledger. |
Returns:
void