GetFuturepassInventoryByCollectionAndOwner

Gets the futurepass inventory of the given addresses, filtered by the given collections.

Inputs

TypeNameDescription

TArray<FString>

Addresses

A list of addresses to get the futurepass inventory of - just the address, no blockchain information.

TArray<FString>

Collections

A list of collections to filter the inventory by - these should be in the format ::, e.g. 5:evm:0x1cac32d9893deca7769a2e64edc186163125d43b

Outputs

TypeNameDescription

FEmergenceInventory

Response

The returned inventory

EErrorCode

Status Code

Any errors that occurred during retrieval

Last updated