getAnonymousCert
Get the anonymous certificate data. It signed by the public account //Alice
. Once the certificate data is signed, it will cache and reuse until you call resetAnonymousCert
.
Usage
const cert = await client.getAnonymousCert()
Returns
Promise<CertificateData>
The CertificateData
object. See signCertificate
.