Preparing search index...
The search index is not available
bitbadgesjs-sdk - v0.5.8
bitbadgesjs-sdk
iComplianceDoc
Interface iComplianceDoc<T>
interface
iComplianceDoc
<
T
>
{
_docId
:
string
;
_id
?:
string
;
accounts
:
{
nsfw
:
{
bitbadgesAddress
:
string
;
reason
:
string
;
}
[]
;
reported
:
{
bitbadgesAddress
:
string
;
reason
:
string
;
}
[]
;
}
;
addressLists
:
{
nsfw
:
{
listId
:
string
;
reason
:
string
;
}
[]
;
reported
:
{
listId
:
string
;
reason
:
string
;
}
[]
;
}
;
badges
:
{
nsfw
:
iBatchBadgeDetails
<
T
>
[]
;
reported
:
iBatchBadgeDetails
<
T
>
[]
;
}
;
}
Type Parameters
T
extends
NumberType
Hierarchy (
view full
)
Doc
iComplianceDoc
Implemented by
ComplianceDoc
Index
Properties
_doc
Id
_id?
accounts
address
Lists
badges
Properties
_doc
Id
_doc
Id
:
string
A unique stringified document ID
Optional
_id
_id
?:
string
A unique document ID (Mongo DB ObjectID)
accounts
accounts
:
{
nsfw
:
{
bitbadgesAddress
:
string
;
reason
:
string
;
}
[]
;
reported
:
{
bitbadgesAddress
:
string
;
reason
:
string
;
}
[]
;
}
address
Lists
address
Lists
:
{
nsfw
:
{
listId
:
string
;
reason
:
string
;
}
[]
;
reported
:
{
listId
:
string
;
reason
:
string
;
}
[]
;
}
badges
badges
:
{
nsfw
:
iBatchBadgeDetails
<
T
>
[]
;
reported
:
iBatchBadgeDetails
<
T
>
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_doc
Id
_id
accounts
address
Lists
badges
bitbadgesjs-sdk - v0.5.8
Loading...
A unique stringified document ID