@sentio/sdk
Preparing search index...
aptos/builtin
_0x1
voting
Proposal
Interface Proposal<T0>
interface
Proposal
<
T0
>
{
creation_time_secs
:
bigint
;
early_resolution_vote_threshold
:
_0x1
.
option
.
Option
<
bigint
>
;
execution_content
:
_0x1
.
option
.
Option
<
T0
>
;
execution_hash
:
string
;
expiration_secs
:
bigint
;
is_resolved
:
boolean
;
metadata
:
_0x1
.
simple_map
.
SimpleMap
<
string
,
string
>
;
min_vote_threshold
:
bigint
;
no_votes
:
bigint
;
proposer
:
string
;
resolution_time_secs
:
bigint
;
yes_votes
:
bigint
;
}
Type Parameters
T0
Index
Properties
creation_
time_
secs
early_
resolution_
vote_
threshold
execution_
content
execution_
hash
expiration_
secs
is_
resolved
metadata
min_
vote_
threshold
no_
votes
proposer
resolution_
time_
secs
yes_
votes
Properties
creation_
time_
secs
creation_time_secs
:
bigint
early_
resolution_
vote_
threshold
early_resolution_vote_threshold
:
_0x1
.
option
.
Option
<
bigint
>
execution_
content
execution_content
:
_0x1
.
option
.
Option
<
T0
>
execution_
hash
execution_hash
:
string
expiration_
secs
expiration_secs
:
bigint
is_
resolved
is_resolved
:
boolean
metadata
metadata
:
_0x1
.
simple_map
.
SimpleMap
<
string
,
string
>
min_
vote_
threshold
min_vote_threshold
:
bigint
no_
votes
no_votes
:
bigint
proposer
proposer
:
string
resolution_
time_
secs
resolution_time_secs
:
bigint
yes_
votes
yes_votes
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creation_
time_
secs
early_
resolution_
vote_
threshold
execution_
content
execution_
hash
expiration_
secs
is_
resolved
metadata
min_
vote_
threshold
no_
votes
proposer
resolution_
time_
secs
yes_
votes
@sentio/sdk
Loading...