PowChallengeResponse

class PowChallengeResponse[source]

A proof-of-work challenge for the client to solve.

nonce: str

The challenge nonce. Include as pow_nonce in the request body.

difficulty: int

Number of leading zero bits required in SHA-256(nonce + “:” + solution).