# Functions

No description provided by the author
NewOracleRequestPacketData contructs a new OracleRequestPacketData instance.
NewOracleResponsePacketData contructs a new OracleResponsePacketData instance.

# Constants

Expired - the request does not get enough reports from validator within the timeframe.
Failure - an error occured during the request's resolve call.
Open - the request is not yet resolved.
Success - the request has been resolved successfully with no errors.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

OracleRequestPacketAcknowledgement encodes an oracle request acknowledgement send back to requester chain.
OracleRequestPacketData encodes an oracle request sent from other blockchains to BandChain.
OracleResponsePacketData encodes an oracle response from BandChain to the requester.
Result encodes a result of request and store in chain.

# Type aliases

ResolveStatus encodes the status of an oracle request.