Skip to content

Commit

Permalink
feat: add support for abi methods calls as default values (#339)
Browse files Browse the repository at this point in the history
* chore: add some jsdocs for clone
* feat: support abi method call as a default value
  • Loading branch information
neilcampbell authored Nov 7, 2024
1 parent b8d8bef commit 288b867
Show file tree
Hide file tree
Showing 28 changed files with 205 additions and 182 deletions.
2 changes: 1 addition & 1 deletion docs/code/classes/types_app_arc56.Arc56Method.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ algosdk.ABIMethod.constructor

### args

`Readonly` **args**: \{ `defaultValue?`: \{ `data`: `string` \| `number` ; `source`: ``"box"`` \| ``"global"`` \| ``"local"`` \| ``"literal"`` ; `type`: `string` } ; `desc?`: `string` ; `name?`: `string` ; `struct?`: `string` ; `type`: `ABIArgumentType` }[]
`Readonly` **args**: \{ `defaultValue?`: \{ `data`: `string` ; `source`: ``"method"`` \| ``"box"`` \| ``"global"`` \| ``"local"`` \| ``"literal"`` ; `type?`: `string` } ; `desc?`: `string` ; `name?`: `string` ; `struct?`: `string` ; `type`: `ABIArgumentType` }[]

#### Overrides

Expand Down
Loading

0 comments on commit 288b867

Please sign in to comment.