Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanChou committed Jun 14, 2024
1 parent e578f94 commit 7ae0b32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions protocol/x/perpetuals/types/perpinfo.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package types

import (
pricestypes "github.com/dydxprotocol/v4-chain/protocol/x/prices/types"
)

// PerpInfo contains all information needed to calculate margin requirements for a perpetual.
type PerpInfo struct {
Perpetual Perpetual
Price pricestypes.MarketPrice
LiquidityTier LiquidityTier
}

0 comments on commit 7ae0b32

Please sign in to comment.