For the complete documentation index, see llms.txt. This page is also available as Markdown.

Withdraw Stream

const withdrawParams: WithdrawStreamParams = {
   streamId,
};
const withdrawPayload = await clientReceiver.withdraw(withdrawParams);
const results = await wallet.sendAndSignTransaction();

Last updated