zebec-sdk-v2
v1.0.1
Published
Zebec Protocol SDK V2
Downloads
8
Maintainers
Readme
Batch Payment SDK
Initiate Stream: Native
const stream = new StreamNative(walletProvider, rpcUrl, commitment?);
const response = await stream.init(
{
sender: 'wallet_address',
recipient: 'wallet_address',
start_time: number,
end_time: number,
amount: number
}
)