Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VRFBeaconCoordinator ¶
type VRFBeaconCoordinator interface { // SProvingKeyHash retrieves the proving key hash from the on-chain contract. SProvingKeyHash(opts *bind.CallOpts) ([32]byte, error) // SKeyID retrieves the keyID from the on-chain contract. SKeyID(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) // ParseLog parses the raw log data and topics into a go object. // The returned object must be casted to the expected type. ParseLog(log types.Log) (generated.AbigenLog, error) // GetConfirmationDelays retrieves confirmation delays from the on-chain contract. GetConfirmationDelays(opts *bind.CallOpts) ([8]*big.Int, error) }
VRFBeaconCoordinator is a narrow interface implemented by the contract go wrappers.
Click to show internal directories.
Click to hide internal directories.