VRFProve is a VRF proof transaction payload.

interface BeaconVRFProve {
    epoch: longnum;
    pi: Uint8Array;
}

Properties

Properties

epoch: longnum
pi: Uint8Array