Check if user is a payed subscriber
const isPayedSubscriber: boolean = await sub2SDK.isPayedSubscriber(
senderAddress,
recipientAddress,
minAmount,
token,
cooldown
);Last updated
const isPayedSubscriber: boolean = await sub2SDK.isPayedSubscriber(
senderAddress,
recipientAddress,
minAmount,
token,
cooldown
);Last updated