interface BlackholeAprDetailedResponse {
    vaultAddress: string;
    beaconName: string;
    apr: { apr: number; message: string };
    snapshotAnalysis: BlackholeSnapshotAnalysis[];
}

Properties

vaultAddress: string
beaconName: string
apr: { apr: number; message: string }
snapshotAnalysis: BlackholeSnapshotAnalysis[]