Client
Class: Client
Example
import { Client } from '@buff-beacon-project/curby-client'
const client = Client.create()
const randomness = await client.randomness()
console.log(randomness)Constructors
new Client()
Parameter
Type
Description
Methods
fetchPulsePair()
Parameter
Type
latest()
pair()
prev()
randomness()
Parameter
Type
refresh()
waitForNext()
Parameter
Type
watch()
Parameter
Type
Description
create()
Parameter
Type
Description
Last updated