Preparing search index...
The search index is not available
@invarch/saturn-sdk
@invarch/saturn-sdk
MultisigCallResult
Class MultisigCallResult
Index
Constructors
constructor
Properties
account
call
call
Hash
execution
Result?
id
is
Executed
is
Vote
Started
voter
votes
Added?
Methods
to
Human
Constructors
constructor
new
Multisig
Call
Result
(
__namedParameters
)
:
MultisigCallResult
Parameters
__namedParameters
:
{
account
:
AccountId
;
call
:
Call
;
callHash
:
Hash
;
executionResult
?:
DispatchResult
;
id
:
u32
;
isExecuted
:
boolean
;
isVoteStarted
:
boolean
;
voter
:
AccountId
;
votesAdded
?:
Vote
;
}
account
:
AccountId
call
:
Call
call
Hash
:
Hash
Optional
execution
Result
?:
DispatchResult
id
:
u32
is
Executed
:
boolean
is
Vote
Started
:
boolean
voter
:
AccountId
Optional
votes
Added
?:
Vote
Returns
MultisigCallResult
Properties
Readonly
account
account
:
AccountId
Readonly
call
call
:
Call
Readonly
call
Hash
call
Hash
:
Hash
Optional
Readonly
execution
Result
execution
Result
?:
DispatchResult
Readonly
id
id
:
u32
Readonly
is
Executed
is
Executed
:
boolean
Readonly
is
Vote
Started
is
Vote
Started
:
boolean
Readonly
voter
voter
:
AccountId
Optional
Readonly
votes
Added
votes
Added
?:
Vote
Methods
to
Human
to
Human
(
)
:
AnyJson
Returns
AnyJson
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
account
call
call
Hash
execution
Result
id
is
Executed
is
Vote
Started
voter
votes
Added
to
Human
@invarch/saturn-sdk
Loading...