Skip to content

Commit

Permalink
docs: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Sep 26, 2024
1 parent e49b86d commit 5b4b44b
Show file tree
Hide file tree
Showing 41 changed files with 877 additions and 942 deletions.
1 change: 1 addition & 0 deletions docs/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [types/app-spec](modules/types_app_spec.md)
- [types/asset](modules/types_asset.md)
- [types/asset-manager](modules/types_asset_manager.md)
- [types/async-event-emitter](modules/types_async_event_emitter.md)
- [types/client-manager](modules/types_client_manager.md)
- [types/client-manager.spec](modules/types_client_manager_spec.md)
- [types/composer](modules/types_composer.md)
Expand Down
42 changes: 36 additions & 6 deletions docs/code/classes/types_app_arc56.Arc56Method.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Wrapper around `algosdk.ABIMethod` that represents an ARC-56 ABI method.

- [args](types_app_arc56.Arc56Method.md#args)
- [description](types_app_arc56.Arc56Method.md#description)
- [events](types_app_arc56.Arc56Method.md#events)
- [method](types_app_arc56.Arc56Method.md#method)
- [name](types_app_arc56.Arc56Method.md#name)
- [readonly](types_app_arc56.Arc56Method.md#readonly)
- [returns](types_app_arc56.Arc56Method.md#returns)

### Methods
Expand Down Expand Up @@ -84,7 +86,21 @@ algosdk.ABIMethod.description

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:23
node_modules/algosdk/dist/types/abi/method.d.ts:28

___

### events

`Optional` `Readonly` **events**: `ARC28Event`[]

#### Inherited from

algosdk.ABIMethod.events

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:38

___

Expand All @@ -108,7 +124,21 @@ algosdk.ABIMethod.name

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:22
node_modules/algosdk/dist/types/abi/method.d.ts:27

___

### readonly

`Optional` `Readonly` **readonly**: `boolean`

#### Inherited from

algosdk.ABIMethod.readonly

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:39

___

Expand Down Expand Up @@ -148,7 +178,7 @@ algosdk.ABIMethod.getSelector

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:35
node_modules/algosdk/dist/types/abi/method.d.ts:42

___

Expand All @@ -166,7 +196,7 @@ algosdk.ABIMethod.getSignature

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:34
node_modules/algosdk/dist/types/abi/method.d.ts:41

___

Expand Down Expand Up @@ -202,7 +232,7 @@ algosdk.ABIMethod.txnCount

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:36
node_modules/algosdk/dist/types/abi/method.d.ts:43

___

Expand All @@ -226,4 +256,4 @@ algosdk.ABIMethod.fromSignature

#### Defined in

node_modules/algosdk/dist/types/abi/method.d.ts:38
node_modules/algosdk/dist/types/abi/method.d.ts:45
Loading

0 comments on commit 5b4b44b

Please sign in to comment.