Attempts canceling the specified stream.
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>Creates a new stream/vesting contract.
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>Creates multiple stream/vesting contracts.
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>Fetch streams by sender or recipient address.
Returns default Streamflow Fee in %
Returns streamflow and partner fees for the specific wallet in %
Returns total fee percent, streamflow fees + partner fees
structure with address for which we need to derive fee, either sender or partner usually
Optional
chainSpecificParams: anyadditional parameters required by chain client
fee as floating number, so if fee is 0.99%, it will return 0.99
Tops up stream account with specified amount.
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>Attempts changing the stream/vesting contract's recipient (effectively transferring the stream/vesting contract).
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>Attempts updating the stream auto withdrawal params and amount per period
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>Attempts withdrawing from the specified stream.
Optional
chainSpecificParams: ChainSpecificParams<StreamClientType<T>>
Generic Stream Client implementation that wrap Chain Client methods and enriches error messages if possible