Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
ProposalArgs
Interface ProposalArgs
interface
ProposalArgs
{
abstainVotes
:
number
|
bigint
;
activatedAt
:
number
|
bigint
;
againstVotes
:
number
|
bigint
;
bump
:
number
;
canceledAt
:
number
|
bigint
;
createdAt
:
number
|
bigint
;
forVotes
:
number
|
bigint
;
governor
:
Address
;
index
:
number
|
bigint
;
instructions
:
ProposalInstructionArgs
[]
;
proposer
:
Address
;
queuedAt
:
number
|
bigint
;
queuedTransaction
:
Address
;
quorumVotes
:
number
|
bigint
;
votingEndsAt
:
number
|
bigint
;
}
Index
Properties
abstain
Votes
activated
At
against
Votes
bump
canceled
At
created
At
for
Votes
governor
index
instructions
proposer
queued
At
queued
Transaction
quorum
Votes
voting
Ends
At
Properties
abstain
Votes
abstainVotes
:
number
|
bigint
activated
At
activatedAt
:
number
|
bigint
against
Votes
againstVotes
:
number
|
bigint
bump
bump
:
number
canceled
At
canceledAt
:
number
|
bigint
created
At
createdAt
:
number
|
bigint
for
Votes
forVotes
:
number
|
bigint
governor
governor
:
Address
index
index
:
number
|
bigint
instructions
instructions
:
ProposalInstructionArgs
[]
proposer
proposer
:
Address
queued
At
queuedAt
:
number
|
bigint
queued
Transaction
queuedTransaction
:
Address
quorum
Votes
quorumVotes
:
number
|
bigint
voting
Ends
At
votingEndsAt
:
number
|
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abstain
Votes
activated
At
against
Votes
bump
canceled
At
created
At
for
Votes
governor
index
instructions
proposer
queued
At
queued
Transaction
quorum
Votes
voting
Ends
At
Coda by Ian Macalinao
Loading...