RegistryTypes
Author: Lens Protocol
Structs
Token
struct Token {
uint256 id;
address collection;
}
Handle
struct Handle {
uint256 id;
address collection;
}
Author: Lens Protocol
struct Token {
uint256 id;
address collection;
}
struct Handle {
uint256 id;
address collection;
}