Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IGraphInterval
Interface IGraphInterval
Represents a graph interval.
See
id of type
string
represents the graph id.
is_final of type
boolean
represents if the graph is final.
is_stale of type
boolean
represents if the graph is stale.
is_in_blockclique of type
boolean
represents if the graph has been added to the blockclique.
slot of type
ISlot
represents the time slot when the graph was created.
creator of type
string
represents the creator of the graph.
parents of type
Array<string>
represents the parents of the graph.
interface
IGraphInterval
{
creator
:
string
;
id
:
string
;
is_final
:
boolean
;
is_in_blockclique
:
boolean
;
is_stale
:
boolean
;
parents
:
string
[]
;
slot
:
ISlot
;
}
Index
Properties
creator
id
is_
final
is_
in_
blockclique
is_
stale
parents
slot
Properties
creator
creator
:
string
id
id
:
string
is_
final
is_
final
:
boolean
is_
in_
blockclique
is_
in_
blockclique
:
boolean
is_
stale
is_
stale
:
boolean
parents
parents
:
string
[]
slot
slot
:
ISlot
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
creator
id
is_
final
is_
in_
blockclique
is_
stale
parents
slot
Wallet operations
Smart contracts operations
Events
Public API
Private API
massa-web3
References
Address
PublicKey
SecretKey
Namespaces
utils
Enumerations
ArgTypes
ArrayTypes
DefaultProviderUrls
EOperationStatus
OperationTypeId
ProviderType
Classes
Args
Client
ClientFactory
EventPoller
PrivateApiClient
PublicApiClient
SmartContractsClient
Loading...
Generated using
TypeDoc
Represents a graph interval.
See
string
represents the graph id.boolean
represents if the graph is final.boolean
represents if the graph is stale.boolean
represents if the graph has been added to the blockclique.ISlot
represents the time slot when the graph was created.string
represents the creator of the graph.Array<string>
represents the parents of the graph.