Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IGetGraphInterval
Interface IGetGraphInterval
Interface for the getGraphInterval function
See
start of type
number
represents the start of the time interval (Unix Timestamp in milliseconds).
end of type
number
represents the end of the time interval (Unix Timestamp in milliseconds).
interface
IGetGraphInterval
{
end
:
number
;
start
:
number
;
}
Index
Properties
end
start
Properties
end
end
:
number
start
start
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
end
start
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
Interface for the getGraphInterval function
See
number
represents the start of the time interval (Unix Timestamp in milliseconds).number
represents the end of the time interval (Unix Timestamp in milliseconds).