Skip to content
Search
K
Appearance
Menu
Return to top
On this page
Structs
​
UserPosition
​
solidity
struct
UserPosition
{
uint256
nftId;
address
owner;
uint256
supply;
uint256
borrow;
}