Interface GenericVerifyAssetsPayload

Generic route to verify any asset ownership requirements.

interface GenericVerifyAssetsPayload {
    address: string;
    assetOwnershipRequirements: AssetConditionGroup<NumberType>;
}

Properties

address: string

The address to check

assetOwnershipRequirements: AssetConditionGroup<NumberType>

The asset requirements to verify.