CreateCollectEssenceTypedDataInput
The CreateCollectEssenceTypedDataInput input type specifies the params required to collect an essence.
input CreateCollectEssenceTypedDataInput {
options: CollectEssenceTypedDataOptions!
collector: AddressEVM!
profileID: Int!
essenceID: Int!
}
Fields
options (CollectEssenceTypedDataOptions)
options the options to collect an essence.
collector (AddressEVM)
collector the collector address of the essence.
profileID (Int)
profileID the profile id of the profile that is collecting the essence.
essenceID (Int)
essenceID the id of the essence that is being collected.