Skip to content

Commit

Permalink
chore(release): publish 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Aug 12, 2024
1 parent 6a50c5d commit af3daac
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 12 deletions.
25 changes: 25 additions & 0 deletions packages/docsite/src/pages/docs/api/organization-wallet-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc
| Name | Type | Docs |
| ---- | ---- | ---- |

### updateOrganizationWalletV0

#### Accounts

| Name | Mutability | Signer | Docs |
| ------------------ | ---------- | ------ | ---- |
| payer | mut | yes | |
| organizationWallet | mut | no | |
| organization | immut | no | |
| authority | immut | yes | |
| systemProgram | immut | no | |

#### Args

| Name | Type | Docs |
| ---- | ------------------------------ | ---- |
| args | UpdateOrganizationWalletArgsV0 | |

## Accounts

### OrganizationWalletV0
Expand Down Expand Up @@ -136,6 +154,13 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc
| disableExecutionOffset | u32 |
| transaction | CompiledTransactionArgV0 |

### UpdateOrganizationWalletArgsV0

| Field | Type |
| --------------- | --------------- |
| name | string |
| proposalConfigs | [object Object] |

### CompiledInstructionV0

| Field | Type |
Expand Down
26 changes: 26 additions & 0 deletions packages/docsite/src/pages/docs/api/proposal-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc
| ---- | ----------------- | ---- |
| args | UpdateStateArgsV0 | |

### updateProposalConfigV0

#### Accounts

| Name | Mutability | Signer | Docs |
| -------------- | ---------- | ------ | ---- |
| proposalConfig | mut | no | |
| authority | immut | yes | |

#### Args

| Name | Type | Docs |
| ---- | -------------------------- | ---- |
| args | UpdateProposalConfigArgsV0 | |

## Accounts

### ProposalConfigV0
Expand All @@ -88,6 +103,7 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc
| onVoteHook | publicKey |
| name | string |
| bumpSeed | u8 |
| authority | publicKey |

### ProposalV0

Expand Down Expand Up @@ -116,6 +132,7 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc
| voteController | publicKey |
| stateController | publicKey |
| onVoteHook | publicKey |
| authority | publicKey |

### ChoiceArg

Expand All @@ -135,6 +152,15 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc
| choices | ChoiceArg |
| tags | string |

### UpdateProposalConfigArgsV0

| Field | Type |
| --------------- | --------- |
| voteController | publicKey |
| stateController | publicKey |
| onVoteHook | publicKey |
| authority | publicKey |

### UpdateStateArgsV0

| Field | Type |
Expand Down
Loading

0 comments on commit af3daac

Please sign in to comment.