Skip to content

Structs ​

UserPosition ​

solidity
struct UserPosition {
  uint256 nftId;
  address owner;
  uint256 supply;
  uint256 borrow;
}