bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGenericVerifyAssetsPayload

    Generic route to verify any asset ownership requirements.

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

    Properties

    address: string

    The address to check

    assetOwnershipRequirements: AssetConditionGroup<NumberType>

    The asset requirements to verify.