Represents an event for updating the Switchboard oracle price.

interface UpdateSwitchboardOraclePriceEvent {
    kind: CarrotsEventKind;
    sharesSupply: BN;
    vaultNav: BN;
    vaultTvl: BN;
}

Properties

sharesSupply: BN
vaultNav: BN
vaultTvl: BN