Skip to content

Commit

Permalink
docs: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Oct 19, 2024
1 parent b538731 commit c0bedad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/code/classes/types_composer.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ An alias for `composer.send(params)`.

#### Defined in

[src/types/composer.ts:1286](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1286)
[src/types/composer.ts:1284](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1284)

___

Expand All @@ -1135,7 +1135,7 @@ The newly built atomic transaction composer and the transactions

#### Defined in

[src/types/composer.ts:1246](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1246)
[src/types/composer.ts:1244](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1244)

___

Expand All @@ -1159,7 +1159,7 @@ The execution result

#### Defined in

[src/types/composer.ts:1256](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1256)
[src/types/composer.ts:1254](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1254)

___

Expand All @@ -1183,7 +1183,7 @@ The simulation result

#### Defined in

[src/types/composer.ts:1294](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1294)
[src/types/composer.ts:1292](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1292)

___

Expand All @@ -1209,4 +1209,4 @@ The binary encoded transaction note

#### Defined in

[src/types/composer.ts:1367](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1367)
[src/types/composer.ts:1365](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L1365)
2 changes: 0 additions & 2 deletions src/types/composer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1236,8 +1236,6 @@ export default class AlgoKitComposer {
return { atc: this.atc, transactions: this.atc.buildGroup(), methodCalls: this.atc['methodCalls'] }
}

// TODO: NC - Docs about the behaviour

/**
* Rebuild the group, discarding any previously built transactions.
* This will potentially cause new signers and suggested params to be used if the callbacks return a new value compared to the first build.
Expand Down

0 comments on commit c0bedad

Please sign in to comment.