RegistryTypes

Git Source

Author: Lens Protocol

Structs

Token

struct Token {
    uint256 id;
    address collection;
}

Handle

struct Handle {
    uint256 id;
    address collection;
}