Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
aptos/builtin
_0x1
delegation_pool
GovernanceRecords
Interface GovernanceRecords
interface
GovernanceRecords
{
create_proposal_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
CreateProposalEvent
,
>
;
delegate_voting_power_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
DelegateVotingPowerEvent
,
>
;
delegated_votes
:
_0x1
.
smart_table
.
SmartTable
<
string
,
_0x1
.
delegation_pool
.
DelegatedVotes
,
>
;
vote_delegation
:
_0x1
.
smart_table
.
SmartTable
<
string
,
_0x1
.
delegation_pool
.
VoteDelegation
,
>
;
vote_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
VoteEvent
>
;
votes
:
_0x1
.
smart_table
.
SmartTable
<
_0x1
.
delegation_pool
.
VotingRecordKey
,
bigint
,
>
;
votes_per_proposal
:
_0x1
.
smart_table
.
SmartTable
<
bigint
,
bigint
>
;
}
Index
Properties
create_
proposal_
events
delegate_
voting_
power_
events
delegated_
votes
vote_
delegation
vote_
events
votes
votes_
per_
proposal
Properties
create_
proposal_
events
create_proposal_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
CreateProposalEvent
,
>
delegate_
voting_
power_
events
delegate_voting_power_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
DelegateVotingPowerEvent
,
>
delegated_
votes
delegated_votes
:
_0x1
.
smart_table
.
SmartTable
<
string
,
_0x1
.
delegation_pool
.
DelegatedVotes
,
>
vote_
delegation
vote_delegation
:
_0x1
.
smart_table
.
SmartTable
<
string
,
_0x1
.
delegation_pool
.
VoteDelegation
,
>
vote_
events
vote_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
VoteEvent
>
votes
votes
:
_0x1
.
smart_table
.
SmartTable
<
_0x1
.
delegation_pool
.
VotingRecordKey
,
bigint
>
votes_
per_
proposal
votes_per_proposal
:
_0x1
.
smart_table
.
SmartTable
<
bigint
,
bigint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create_
proposal_
events
delegate_
voting_
power_
events
delegated_
votes
vote_
delegation
vote_
events
votes
votes_
per_
proposal
@sentio/sdk
Loading...