Typeberry by Fluffy Labs - v0.5.0
Preparing search index...
lib
transition
Disputes
Class Disputes
Index
Constructors
constructor
Properties
state
Methods
transition
Constructors
constructor
new
Disputes
(
chainSpec
:
ChainSpec
,
blake2b
:
Blake2b
,
state
:
DisputesState
,
)
:
Disputes
Parameters
chainSpec
:
ChainSpec
blake2b
:
Blake2b
state
:
DisputesState
Returns
Disputes
Properties
Readonly
state
state
:
DisputesState
Methods
transition
transition
(
disputes
:
DisputesExtrinsic
,
)
:
Promise
<
utils
.
Result
<
{
offendersMark
:
HashSet
<
Bytes
<
32
>
&
WithOpaque
<
"Ed25519Key"
>
>
;
stateUpdate
:
DisputesStateUpdate
;
}
,
DisputesErrorCode
,
>
,
>
Transition the disputes and return a list of offenders.
Parameters
disputes
:
DisputesExtrinsic
Returns
Promise
<
utils
.
Result
<
{
offendersMark
:
HashSet
<
Bytes
<
32
>
&
WithOpaque
<
"Ed25519Key"
>
>
;
stateUpdate
:
DisputesStateUpdate
;
}
,
DisputesErrorCode
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
state
Methods
transition
Typeberry by Fluffy Labs - v0.5.0
Loading...
Transition the disputes and return a list of offenders.