Skip to content

Structs ​

Git Source

Structs ​

UserPosition ​

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