Skip to main content

Renounce Streams

note

This section assumes that you have already gone through the setup part.

Renouncing a stream means that the sender of the stream will no longer be able to cancel it. This is useful if the sender wants to give up control of the stream.

To renounce a stream, only one function is required, namely renounce.

Before invoking this function, ensure that you have an active, cancelable stream with the sender set to the StreamManagement contract. Once the stream is created, you can use the the renounce function like this:

Stream Management: Renounce
loading...