CreateSetEssenceDataTypedDataInput
The CreateSetEssenceDataTypedDataInput input type specifies the params required to set the essence data.
input CreateSetEssenceDataTypedDataInput {
options: TypedDataOptions
profileId: Int!
essenceId: Int!
tokenURI: URL!
middleware: EssenceMiddleware!
}
Fields
options (TypedDataOptions)
options the options to set the essence data.
profileId (Int)
profileId the id of the profile that is setting the essence data.
essenceId (Int)
essenceId the id of the essence that is having its data set.
tokenURI (URL)
tokenURI the token URI of the essence.
middleware (EssenceMiddleware)
middleware the essence middleware to set.