Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-spl-governance
ProposalV1Args
Interface ProposalV1Args
interface
ProposalV1Args
{
closedAt
:
OptionOrNullable
<
UnixTimestampArgs
>
;
descriptionLink
:
string
;
draftAt
:
UnixTimestampArgs
;
executingAt
:
OptionOrNullable
<
UnixTimestampArgs
>
;
executionFlags
:
InstructionExecutionFlags
;
governance
:
Address
;
governingTokenMint
:
Address
;
instructionsCount
:
number
;
instructionsExecutedCount
:
number
;
instructionsNextIndex
:
number
;
maxVoteWeight
:
OptionOrNullable
<
number
|
bigint
>
;
name
:
string
;
noVotesCount
:
number
|
bigint
;
signatoriesCount
:
number
;
signatoriesSignedOffCount
:
number
;
signingOffAt
:
OptionOrNullable
<
UnixTimestampArgs
>
;
state
:
ProposalState
;
tokenOwnerRecord
:
Address
;
voteThreshold
:
OptionOrNullable
<
VoteThreshold
>
;
votingAt
:
OptionOrNullable
<
UnixTimestampArgs
>
;
votingAtSlot
:
OptionOrNullable
<
SlotArgs
>
;
votingCompletedAt
:
OptionOrNullable
<
UnixTimestampArgs
>
;
yesVotesCount
:
number
|
bigint
;
}
Index
Properties
closed
At
description
Link
draft
At
executing
At
execution
Flags
governance
governing
Token
Mint
instructions
Count
instructions
Executed
Count
instructions
Next
Index
max
Vote
Weight
name
no
Votes
Count
signatories
Count
signatories
Signed
Off
Count
signing
Off
At
state
token
Owner
Record
vote
Threshold
voting
At
voting
At
Slot
voting
Completed
At
yes
Votes
Count
Properties
closed
At
closedAt
:
OptionOrNullable
<
UnixTimestampArgs
>
description
Link
descriptionLink
:
string
draft
At
draftAt
:
UnixTimestampArgs
executing
At
executingAt
:
OptionOrNullable
<
UnixTimestampArgs
>
execution
Flags
executionFlags
:
InstructionExecutionFlags
governance
governance
:
Address
governing
Token
Mint
governingTokenMint
:
Address
instructions
Count
instructionsCount
:
number
instructions
Executed
Count
instructionsExecutedCount
:
number
instructions
Next
Index
instructionsNextIndex
:
number
max
Vote
Weight
maxVoteWeight
:
OptionOrNullable
<
number
|
bigint
>
name
name
:
string
no
Votes
Count
noVotesCount
:
number
|
bigint
signatories
Count
signatoriesCount
:
number
signatories
Signed
Off
Count
signatoriesSignedOffCount
:
number
signing
Off
At
signingOffAt
:
OptionOrNullable
<
UnixTimestampArgs
>
state
state
:
ProposalState
token
Owner
Record
tokenOwnerRecord
:
Address
vote
Threshold
voteThreshold
:
OptionOrNullable
<
VoteThreshold
>
voting
At
votingAt
:
OptionOrNullable
<
UnixTimestampArgs
>
voting
At
Slot
votingAtSlot
:
OptionOrNullable
<
SlotArgs
>
voting
Completed
At
votingCompletedAt
:
OptionOrNullable
<
UnixTimestampArgs
>
yes
Votes
Count
yesVotesCount
:
number
|
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
closed
At
description
Link
draft
At
executing
At
execution
Flags
governance
governing
Token
Mint
instructions
Count
instructions
Executed
Count
instructions
Next
Index
max
Vote
Weight
name
no
Votes
Count
signatories
Count
signatories
Signed
Off
Count
signing
Off
At
state
token
Owner
Record
vote
Threshold
voting
At
voting
At
Slot
voting
Completed
At
yes
Votes
Count
Coda by Ian Macalinao
Loading...