mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
remove UnsetDefaultProfileWithSigData
This commit is contained in:
@@ -123,18 +123,6 @@ library DataTypes {
|
||||
EIP712Signature sig;
|
||||
}
|
||||
|
||||
/**
|
||||
* @notice A struct containing the parameters required for the `unsetDefaultProfileWithSig()` function. Parameters are
|
||||
* the same as the regular `unsetDefaultProfile()` function, with an added EIP712Signature.
|
||||
*
|
||||
* @param profileId The token ID of the profile which will be unset as default
|
||||
* @param sig The EIP712Signature struct containing the profile owner's signature.
|
||||
*/
|
||||
struct UnsetDefaultProfileWithSigData {
|
||||
uint256 profileId;
|
||||
EIP712Signature sig;
|
||||
}
|
||||
|
||||
/**
|
||||
* @notice A struct containing the parameters required for the `setFollowModuleWithSig()` function. Parameters are
|
||||
* the same as the regular `setFollowModule()` function, with an added EIP712Signature.
|
||||
|
||||
Reference in New Issue
Block a user