OPNet
Preparing search index...
RawEpochWithSubmissions
Interface RawEpochWithSubmissions
interface
RawEpochWithSubmissions
{
difficultyScaled
:
string
;
endBlock
:
string
;
epochHash
:
string
;
epochNumber
:
string
;
epochRoot
:
string
;
minDifficulty
?:
string
;
proofs
:
readonly
string
[]
;
proposer
:
RawEpochMiner
;
startBlock
:
string
;
submissions
?:
readonly
RawEpochSubmission
[]
;
targetHash
:
string
;
}
Hierarchy (
View Summary
)
RawEpoch
RawEpochWithSubmissions
Index
Properties
difficulty
Scaled
end
Block
epoch
Hash
epoch
Number
epoch
Root
min
Difficulty?
proofs
proposer
start
Block
submissions?
target
Hash
Properties
Readonly
difficulty
Scaled
difficultyScaled
:
string
Readonly
end
Block
endBlock
:
string
Readonly
epoch
Hash
epochHash
:
string
Readonly
epoch
Number
epochNumber
:
string
Readonly
epoch
Root
epochRoot
:
string
Optional
Readonly
min
Difficulty
minDifficulty
?:
string
Readonly
proofs
proofs
:
readonly
string
[]
Readonly
proposer
proposer
:
RawEpochMiner
Readonly
start
Block
startBlock
:
string
Optional
Readonly
submissions
submissions
?:
readonly
RawEpochSubmission
[]
Readonly
target
Hash
targetHash
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
difficulty
Scaled
end
Block
epoch
Hash
epoch
Number
epoch
Root
min
Difficulty
proofs
proposer
start
Block
submissions
target
Hash
OPNet
Loading...