getStreamDetails
Gets the details of a stream
(async() => {
let details = await SOLPay.getStreamDetails("..."); // { type: "...", pending: 0, sent: 0, signatures: [...], healthyBalance: true, lastRequestedRefill: 0, paused: false, closed: false }
})();Parameters:
Returns:
Throws:
Last updated