Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
Proposal
Interface Proposal
interface
Proposal
{
abstainVotes
:
bigint
;
activatedAt
:
bigint
;
againstVotes
:
bigint
;
bump
:
number
;
canceledAt
:
bigint
;
createdAt
:
bigint
;
discriminator
:
ReadonlyUint8Array
;
forVotes
:
bigint
;
governor
:
Address
;
index
:
bigint
;
instructions
:
ProposalInstruction
[]
;
proposer
:
Address
;
queuedAt
:
bigint
;
queuedTransaction
:
Address
;
quorumVotes
:
bigint
;
votingEndsAt
:
bigint
;
}
Index
Properties
abstain
Votes
activated
At
against
Votes
bump
canceled
At
created
At
discriminator
for
Votes
governor
index
instructions
proposer
queued
At
queued
Transaction
quorum
Votes
voting
Ends
At
Properties
abstain
Votes
abstainVotes
:
bigint
activated
At
activatedAt
:
bigint
against
Votes
againstVotes
:
bigint
bump
bump
:
number
canceled
At
canceledAt
:
bigint
created
At
createdAt
:
bigint
discriminator
discriminator
:
ReadonlyUint8Array
for
Votes
forVotes
:
bigint
governor
governor
:
Address
index
index
:
bigint
instructions
instructions
:
ProposalInstruction
[]
proposer
proposer
:
Address
queued
At
queuedAt
:
bigint
queued
Transaction
queuedTransaction
:
Address
quorum
Votes
quorumVotes
:
bigint
voting
Ends
At
votingEndsAt
:
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
discriminator
for
Votes
governor
index
instructions
proposer
queued
At
queued
Transaction
quorum
Votes
voting
Ends
At
Coda by Ian Macalinao
Loading...