Skip to content

TransientPrice

Struct encoding the validated price for a request, intended for use with transient storage.

struct TransientPrice {
    bool valid;
    uint96 price;
}