Skip to content

Commit

Permalink
fix: No longer require registration of a signer when building individ…
Browse files Browse the repository at this point in the history
…ual transactions

refactor: Refactored AlgorandClient to have separate classes for `send` and `transaction`
refactor: Refactored legacyTransactionBridge to not have a dependency of AlgorandClient
  • Loading branch information
robdmoore committed Aug 27, 2024
1 parent 22d3817 commit 8a99bd5
Show file tree
Hide file tree
Showing 26 changed files with 2,431 additions and 1,111 deletions.
2 changes: 2 additions & 0 deletions docs/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- [types/account-manager.spec](modules/types_account_manager_spec.md)
- [types/algo-http-client-with-retry](modules/types_algo_http_client_with_retry.md)
- [types/algorand-client](modules/types_algorand_client.md)
- [types/algorand-client-sender](modules/types_algorand_client_sender.md)
- [types/algorand-client-transaction-creator](modules/types_algorand_client_transaction_creator.md)
- [types/algorand-client.asset.spec](modules/types_algorand_client_asset_spec.md)
- [types/algorand-client.spec](modules/types_algorand_client_spec.md)
- [types/algorand-client.transfer.spec](modules/types_algorand_client_transfer_spec.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/code/classes/types_account_manager.AccountManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ ___

### rekeyAccount

**rekeyAccount**(`account`, `rekeyTo`, `options?`): `Promise`\<[`SendSingleTransactionResult`](../modules/types_algorand_client.md#sendsingletransactionresult)\>
**rekeyAccount**(`account`, `rekeyTo`, `options?`): `Promise`\<[`SendSingleTransactionResult`](../modules/types_algorand_client_sender.md#sendsingletransactionresult)\>

Rekey an account to a new address.

Expand All @@ -687,7 +687,7 @@ Rekey an account to a new address.

#### Returns

`Promise`\<[`SendSingleTransactionResult`](../modules/types_algorand_client.md#sendsingletransactionresult)\>
`Promise`\<[`SendSingleTransactionResult`](../modules/types_algorand_client_sender.md#sendsingletransactionresult)\>

The result of the transaction and the transaction that was sent

Expand Down
155 changes: 36 additions & 119 deletions docs/code/classes/types_algorand_client.AlgorandClient.md

Large diffs are not rendered by default.

Loading

0 comments on commit 8a99bd5

Please sign in to comment.