Structs

Git Source

Structs

UserPosition

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