Typeberry by Fluffy Labs - v0.5.0
Preparing search index...
lib
transition
Assurances
Class Assurances
Performs the transition of assurances state given some input.
Index
Constructors
constructor
Properties
blake2b
chain
Spec
state
Methods
transition
Constructors
constructor
new
Assurances
(
chainSpec
:
ChainSpec
,
state
:
AssurancesState
,
blake2b
:
Blake2b
,
)
:
Assurances
Parameters
chainSpec
:
ChainSpec
state
:
AssurancesState
blake2b
:
Blake2b
Returns
Assurances
Properties
Readonly
blake2b
blake2b
:
Blake2b
Readonly
chain
Spec
chainSpec
:
ChainSpec
Readonly
state
state
:
AssurancesState
Methods
transition
transition
(
input
:
AssurancesInput
,
)
:
Promise
<
utils
.
Result
<
{
availableReports
:
WorkReport
[]
;
stateUpdate
:
AssurancesStateUpdate
}
,
AssurancesError
,
>
,
>
Parameters
input
:
AssurancesInput
Returns
Promise
<
utils
.
Result
<
{
availableReports
:
WorkReport
[]
;
stateUpdate
:
AssurancesStateUpdate
}
,
AssurancesError
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
blake2b
chain
Spec
state
Methods
transition
Typeberry by Fluffy Labs - v0.5.0
Loading...
Performs the transition of assurances state given some input.