Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ORM ¶
type VRFBeaconCoordinator ¶
type VRFBeaconCoordinator interface { // SProvingKeyHash retrieves the proving key hash from the on-chain contract. SProvingKeyHash(opts *bind.CallOpts) ([32]byte, error) // IBeaconPeriodBlocks retrieves the beacon period in blocks from the on-chain contract. IBeaconPeriodBlocks(opts *bind.CallOpts) (*big.Int, error) }
VRFBeaconCoordinator is a narrow interface implemented by the contract go wrappers.
Click to show internal directories.
Click to hide internal directories.