CollateralType

Documentation for eth_defi.derive.constants.CollateralType Python class.

class CollateralType

Bases: enum.Enum

Supported collateral types on Derive.

#: USD Coin usdc = “usdc”

#: Wrapped Ethereum weth = “weth”

#: Wrapped Liquid Staked Ethereum wsteth = “wsteth”

#: Wrapped Bitcoin wbtc = “wbtc”

Attributes summary

usdc

weth

wsteth

wbtc