Convert an amount of bitclout (or creator coins) to nanos by multiplying by 1e9
Convert an amount of nanos to bitclout (or creator coins) by dividing by 1e9
Convert an amount of satoshis to bitcoin by dividing by 1e8
Parses a JWT and verifies that it was signed by owner of a public key. Throws an error if there is an error decoding
The JWT string
A BitClout public to validate the JWT against
The JWT payload, if verification was succesful.
Generated using TypeDoc
Convert an amount of bitcoin to satoshis by multiplying by 1e8