CreateSetSubscribeDataTypedDataInput
The CreateSetSubscribeDataTypedDataInput input type specifies the params required to set a subscribe middleware.
input CreateSetSubscribeDataTypedDataInput {
options: TypedDataOptions
profileId: Int!
tokenURI: URL!
middleware: SubscribeMiddleware!
}
Fields
options (TypedDataOptions)
options the options to set a subscribe middleware.
profileId (Int)
profileId the ID of the profile setting the subscribe middleware.
tokenURI (URL)
tokenURI the token URI of the subscribe NFT.
middleware (SubscribeMiddleware)
middleware the subscribe middleware to set.