Preparing search index...
The search index is not available
crossbell - v1.12.0
crossbell
FeedEntity
Interface FeedEntity
interface
FeedEntity
{
blockNumber
:
number
;
character
?:
CharacterEntity
;
characterId
?:
number
;
contractAddress
?:
`
0x
${
string
}
`
;
createdAt
:
Date
;
deletedAt
:
null
|
Date
;
link
?:
LinkEntity
;
linkModule
?:
LinkModuleEntity
;
linkModuleTargetItemType
?:
LinkModuleTargetItemType
;
linkValue
?:
string
;
linklist
?:
LinklistEntity
;
linklistId
:
number
;
logIndex
:
number
;
mintModule
?:
MintModuleEntity
;
mintModuleTargetItemType
?:
"Note"
;
mintedNote
?:
MintedNoteEntity
;
note
?:
NoteEntity
;
noteId
?:
number
;
owner
:
`
0x
${
string
}
`
;
tip
?:
TipEntity
;
tipConfig
?:
TipConfigEntity
;
tokenId
?:
number
;
transactionHash
:
`
0x
${
string
}
`
;
type
:
FeedType
;
updatedAt
:
Date
;
}
Index
Properties
block
Number
character?
character
Id?
contract
Address?
created
At
deleted
At
link?
link
Module?
link
Module
Target
Item
Type?
link
Value?
linklist?
linklist
Id
log
Index
mint
Module?
mint
Module
Target
Item
Type?
minted
Note?
note?
note
Id?
owner
tip?
tip
Config?
token
Id?
transaction
Hash
type
updated
At
Properties
block
Number
block
Number
:
number
Optional
character
character
?:
CharacterEntity
Optional
character
Id
character
Id
?:
number
Optional
contract
Address
contract
Address
?:
`
0x
${
string
}
`
created
At
created
At
:
Date
deleted
At
deleted
At
:
null
|
Date
Optional
link
link
?:
LinkEntity
Optional
link
Module
link
Module
?:
LinkModuleEntity
Optional
link
Module
Target
Item
Type
link
Module
Target
Item
Type
?:
LinkModuleTargetItemType
Optional
link
Value
link
Value
?:
string
Optional
linklist
linklist
?:
LinklistEntity
linklist
Id
linklist
Id
:
number
log
Index
log
Index
:
number
Optional
mint
Module
mint
Module
?:
MintModuleEntity
Optional
mint
Module
Target
Item
Type
mint
Module
Target
Item
Type
?:
"Note"
Optional
minted
Note
minted
Note
?:
MintedNoteEntity
Optional
note
note
?:
NoteEntity
Optional
note
Id
note
Id
?:
number
owner
owner
:
`
0x
${
string
}
`
Optional
tip
tip
?:
TipEntity
Optional
tip
Config
tip
Config
?:
TipConfigEntity
Optional
token
Id
token
Id
?:
number
transaction
Hash
transaction
Hash
:
`
0x
${
string
}
`
type
type
:
FeedType
updated
At
updated
At
:
Date
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
block
Number
character
character
Id
contract
Address
created
At
deleted
At
link
link
Module
link
Module
Target
Item
Type
link
Value
linklist
linklist
Id
log
Index
mint
Module
mint
Module
Target
Item
Type
minted
Note
note
note
Id
owner
tip
tip
Config
token
Id
transaction
Hash
type
updated
At
crossbell - v1.12.0
Loading...