Expand description
Structs containing oracle information.
Structs§
- Digit
Decomposition Event Descriptor - Describes the outcomes of a numerical outcome event.
- Enum
Event Descriptor - Describes the outcomes of an event as an enumeration.
- Multi
Oracle Info - Information about oracles used in multi oracle based contracts.
- Oracle
Announcement - An oracle announcement that describe an event and the way that an oracle will attest to it.
- Oracle
Attestation - An attestation from an oracle providing signatures over an outcome value.
- Oracle
Event - Information about an event and the way that the oracle will attest to it.
- Oracle
Params - Parameter describing allowed differences between oracles in numerical outcome contracts.
- Single
Oracle Info - Structure containing information about an oracle to be used as external data source for a DLC contract.
Enums§
- Event
Descriptor - Description of an event.
- Oracle
Info - Information about an oracle used in a contract.
Constants§
- ANNOUNCEMENT_
TYPE - The type of the announcement struct.
- ATTESTATION_
TYPE - The type of the attestation struct.
- ORACLE_
ANNOUNCEMENT_ TAG - The tag of the oracle announcement struct.
- ORACLE_
ATTESTATION_ TAG - The tag of the oracle attestation struct.
Functions§
- tagged_
announcement_ msg - Returns the message to be signed for an oracle announcement.
- tagged_
attestation_ msg - Returns the message to be signed for an oracle attestation.