Preparing search index...
The search index is not available
@beblurt/dblurt
@beblurt/dblurt
index
UpdateProposalVotesOperation
Interface UpdateProposalVotesOperation
Generic operation.
interface
UpdateProposalVotesOperation
{
0
:
"update_proposal_votes"
;
1
:
{
approve
:
boolean
;
extensions
:
any
[]
;
proposal_ids
:
number
[]
;
voter
:
string
;
}
;
}
Hierarchy (
view full
)
Operation
UpdateProposalVotesOperation
Index
Properties
0
1
Properties
0
0
1
1
:
{
approve
:
boolean
;
extensions
:
any
[]
;
proposal_ids
:
number
[]
;
voter
:
string
;
}
Type declaration
approve
:
boolean
extensions
:
any
[]
proposal_
ids
:
number
[]
voter
:
string
IDs of proposals to vote for/against. Nonexisting IDs are ignored.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
0
1
@beblurt/dblurt
Loading...
Generic operation.