Background This guide will walk through calling basic catapult client C++ functions from python using cffi. For the purposes of this example, we will be calling the following functions from VRF.h: /// Generates a verifiable random function proof from \a alpha and \a keyPair. VrfProof GenerateVrfProof(const RawBuffer& alpha, const...