Skip to content

Callback

Represents a callback configuration for proof delivery

struct Callback {
    address addr;
    uint96 gasLimit;
}