Interface iGetSearchSuccessResponse<T>

interface iGetSearchSuccessResponse<T> {
    accounts: iBitBadgesUserInfo<T>[];
    addressLists: iBitBadgesAddressList<T>[];
    badges: {
        badgeIds: iUintRange<T>[];
        collection: iBitBadgesCollection<T>;
    }[];
    collections: iBitBadgesCollection<T>[];
}

Type Parameters

Implemented by

Properties

accounts: iBitBadgesUserInfo<T>[]
addressLists: iBitBadgesAddressList<T>[]
badges: {
    badgeIds: iUintRange<T>[];
    collection: iBitBadgesCollection<T>;
}[]

Type declaration

collections: iBitBadgesCollection<T>[]