Documentation
Preparing search index...
@mysten/sui
client
EpochInfo
Type Alias EpochInfo
type
EpochInfo
=
{
endOfEpochInfo
:
EndOfEpochInfo
|
null
;
epoch
:
string
;
epochStartTimestamp
:
string
;
epochTotalTransactions
:
string
;
firstCheckpointId
:
string
;
referenceGasPrice
:
number
|
null
;
validators
:
SuiValidatorSummary
[]
;
}
Index
Properties
end
Of
Epoch
Info
epoch
epoch
Start
Timestamp
epoch
Total
Transactions
first
Checkpoint
Id
reference
Gas
Price
validators
Properties
end
Of
Epoch
Info
endOfEpochInfo
:
EndOfEpochInfo
|
null
epoch
epoch
:
string
epoch
Start
Timestamp
epochStartTimestamp
:
string
epoch
Total
Transactions
epochTotalTransactions
:
string
first
Checkpoint
Id
firstCheckpointId
:
string
reference
Gas
Price
referenceGasPrice
:
number
|
null
validators
validators
:
SuiValidatorSummary
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
Of
Epoch
Info
epoch
epoch
Start
Timestamp
epoch
Total
Transactions
first
Checkpoint
Id
reference
Gas
Price
validators
Documentation
Loading...