From 0698b2a13a7a42f19a37fdf5cbed9b5af87a6038 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jul 2023 14:29:39 +0000 Subject: [PATCH] v0.9.1 --- Account.html | 2 +- Address.html | 2 +- Asset.html | 2 +- Claimant.html | 2 +- Contract.html | 4 ++-- Durability.html | 2 +- FeeBumpTransaction.html | 2 +- Int128_Int128.html | 2 +- Int256_Int256.html | 2 +- Keypair.html | 2 +- LiquidityPoolAsset.html | 2 +- LiquidityPoolId.html | 2 +- Memo.html | 2 +- MuxedAccount.html | 2 +- Operation.html | 2 +- ScInt.html | 2 +- Server.html | 2 +- SignerKey.html | 2 +- StrKey.html | 2 +- Transaction.html | 2 +- TransactionBuilder.html | 2 +- Uint128_Uint128.html | 2 +- Uint256_Uint256.html | 2 +- global.html | 2 +- index.html | 2 +- js-stellar-base_src_account.js.html | 2 +- js-stellar-base_src_address.js.html | 2 +- js-stellar-base_src_asset.js.html | 2 +- js-stellar-base_src_claimant.js.html | 2 +- js-stellar-base_src_contract.js.html | 6 ++---- js-stellar-base_src_fee_bump_transaction.js.html | 2 +- js-stellar-base_src_get_liquidity_pool_id.js.html | 2 +- js-stellar-base_src_keypair.js.html | 2 +- js-stellar-base_src_liquidity_pool_asset.js.html | 2 +- js-stellar-base_src_liquidity_pool_id.js.html | 2 +- js-stellar-base_src_memo.js.html | 2 +- js-stellar-base_src_muxed_account.js.html | 2 +- js-stellar-base_src_network.js.html | 2 +- js-stellar-base_src_numbers_index.js.html | 2 +- js-stellar-base_src_numbers_int128.js.html | 2 +- js-stellar-base_src_numbers_int256.js.html | 2 +- js-stellar-base_src_numbers_sc_int.js.html | 2 +- js-stellar-base_src_numbers_uint128.js.html | 2 +- js-stellar-base_src_numbers_uint256.js.html | 2 +- js-stellar-base_src_numbers_xdr_large_int.js.html | 2 +- js-stellar-base_src_operation.js.html | 2 +- js-stellar-base_src_operations_account_merge.js.html | 2 +- js-stellar-base_src_operations_allow_trust.js.html | 2 +- ..._src_operations_begin_sponsoring_future_reserves.js.html | 2 +- ...ar-base_src_operations_bump_footprint_expiration.js.html | 2 +- js-stellar-base_src_operations_bump_sequence.js.html | 2 +- js-stellar-base_src_operations_change_trust.js.html | 2 +- ...llar-base_src_operations_claim_claimable_balance.js.html | 2 +- js-stellar-base_src_operations_clawback.js.html | 2 +- ...r-base_src_operations_clawback_claimable_balance.js.html | 2 +- js-stellar-base_src_operations_create_account.js.html | 2 +- ...lar-base_src_operations_create_claimable_balance.js.html | 2 +- ...ar-base_src_operations_create_passive_sell_offer.js.html | 2 +- ...se_src_operations_end_sponsoring_future_reserves.js.html | 2 +- js-stellar-base_src_operations_inflation.js.html | 2 +- js-stellar-base_src_operations_invoke_host_function.js.html | 2 +- ...ellar-base_src_operations_liquidity_pool_deposit.js.html | 2 +- ...llar-base_src_operations_liquidity_pool_withdraw.js.html | 2 +- js-stellar-base_src_operations_manage_buy_offer.js.html | 2 +- js-stellar-base_src_operations_manage_data.js.html | 2 +- js-stellar-base_src_operations_manage_sell_offer.js.html | 2 +- ...-base_src_operations_path_payment_strict_receive.js.html | 2 +- ...lar-base_src_operations_path_payment_strict_send.js.html | 2 +- js-stellar-base_src_operations_payment.js.html | 2 +- js-stellar-base_src_operations_restore_footprint.js.html | 2 +- js-stellar-base_src_operations_revoke_sponsorship.js.html | 2 +- js-stellar-base_src_operations_set_options.js.html | 2 +- js-stellar-base_src_operations_set_trustline_flags.js.html | 2 +- js-stellar-base_src_scval.js.html | 2 +- js-stellar-base_src_signerkey.js.html | 2 +- js-stellar-base_src_signing.js.html | 2 +- js-stellar-base_src_strkey.js.html | 2 +- js-stellar-base_src_transaction.js.html | 2 +- js-stellar-base_src_transaction_base.js.html | 2 +- js-stellar-base_src_transaction_builder.js.html | 2 +- ...tellar-base_src_util_decode_encode_muxed_account.js.html | 2 +- lib_axios.js.html | 2 +- lib_jsonrpc.js.html | 2 +- lib_server.js.html | 2 +- 84 files changed, 86 insertions(+), 88 deletions(-) diff --git a/Account.html b/Account.html index a8a09436..36c024b2 100644 --- a/Account.html +++ b/Account.html @@ -573,7 +573,7 @@
Returns:

diff --git a/Address.html b/Address.html index 8fd6826f..a10db453 100644 --- a/Address.html +++ b/Address.html @@ -1428,7 +1428,7 @@
Returns:

diff --git a/Asset.html b/Asset.html index e8cc5d98..6963e584 100644 --- a/Asset.html +++ b/Asset.html @@ -1890,7 +1890,7 @@
Returns:

diff --git a/Claimant.html b/Claimant.html index f08efe63..b8255d32 100644 --- a/Claimant.html +++ b/Claimant.html @@ -1625,7 +1625,7 @@
Returns:

diff --git a/Contract.html b/Contract.html index eb1bc921..c5d0b228 100644 --- a/Contract.html +++ b/Contract.html @@ -747,7 +747,7 @@

getFootpr
Source:
@@ -824,7 +824,7 @@

Returns:

diff --git a/Durability.html b/Durability.html index 5f4e6c63..becbf263 100644 --- a/Durability.html +++ b/Durability.html @@ -403,7 +403,7 @@
Parameters:

diff --git a/FeeBumpTransaction.html b/FeeBumpTransaction.html index 73dbea7a..3164ba2f 100644 --- a/FeeBumpTransaction.html +++ b/FeeBumpTransaction.html @@ -2040,7 +2040,7 @@
Returns:

diff --git a/Int128_Int128.html b/Int128_Int128.html index 3c535568..56455eb5 100644 --- a/Int128_Int128.html +++ b/Int128_Int128.html @@ -230,7 +230,7 @@
Parameters:

diff --git a/Int256_Int256.html b/Int256_Int256.html index 02e18e0c..404b7894 100644 --- a/Int256_Int256.html +++ b/Int256_Int256.html @@ -230,7 +230,7 @@
Parameters:

diff --git a/Keypair.html b/Keypair.html index 3f77e769..282544f0 100644 --- a/Keypair.html +++ b/Keypair.html @@ -2462,7 +2462,7 @@
Returns:

diff --git a/LiquidityPoolAsset.html b/LiquidityPoolAsset.html index 7dff6f0e..ce9ef268 100644 --- a/LiquidityPoolAsset.html +++ b/LiquidityPoolAsset.html @@ -919,7 +919,7 @@
Returns:

diff --git a/LiquidityPoolId.html b/LiquidityPoolId.html index f0581483..61a4a401 100644 --- a/LiquidityPoolId.html +++ b/LiquidityPoolId.html @@ -867,7 +867,7 @@
Returns:

diff --git a/Memo.html b/Memo.html index 97ead786..1e8c9e30 100644 --- a/Memo.html +++ b/Memo.html @@ -1386,7 +1386,7 @@
Returns:

diff --git a/MuxedAccount.html b/MuxedAccount.html index d52a0518..8cde44f2 100644 --- a/MuxedAccount.html +++ b/MuxedAccount.html @@ -985,7 +985,7 @@
Returns:

diff --git a/Operation.html b/Operation.html index 85f0253e..ef80f7bf 100644 --- a/Operation.html +++ b/Operation.html @@ -12122,7 +12122,7 @@
Returns:

diff --git a/ScInt.html b/ScInt.html index 8f6c7835..a8d5dbbd 100644 --- a/ScInt.html +++ b/ScInt.html @@ -491,7 +491,7 @@

Classes


diff --git a/Server.html b/Server.html index c195f547..d855b27f 100644 --- a/Server.html +++ b/Server.html @@ -2391,7 +2391,7 @@
Example

diff --git a/SignerKey.html b/SignerKey.html index 5ffefeb1..893ff355 100644 --- a/SignerKey.html +++ b/SignerKey.html @@ -497,7 +497,7 @@
Returns:

diff --git a/StrKey.html b/StrKey.html index 27e7d314..67dabc01 100644 --- a/StrKey.html +++ b/StrKey.html @@ -3145,7 +3145,7 @@
Returns:

diff --git a/Transaction.html b/Transaction.html index 3de2d37e..c67c1819 100644 --- a/Transaction.html +++ b/Transaction.html @@ -2960,7 +2960,7 @@
Returns:

diff --git a/TransactionBuilder.html b/TransactionBuilder.html index 6e10ed15..46f772b3 100644 --- a/TransactionBuilder.html +++ b/TransactionBuilder.html @@ -3313,7 +3313,7 @@
Returns:

diff --git a/Uint128_Uint128.html b/Uint128_Uint128.html index d0437e7c..2ccd9bc0 100644 --- a/Uint128_Uint128.html +++ b/Uint128_Uint128.html @@ -230,7 +230,7 @@
Parameters:

diff --git a/Uint256_Uint256.html b/Uint256_Uint256.html index 5f43f0ed..29c72b1d 100644 --- a/Uint256_Uint256.html +++ b/Uint256_Uint256.html @@ -230,7 +230,7 @@
Parameters:

diff --git a/global.html b/global.html index a6e89a64..ceb39fc1 100644 --- a/global.html +++ b/global.html @@ -3936,7 +3936,7 @@
Returns:

diff --git a/index.html b/index.html index 79e1ff2a..379f93c4 100644 --- a/index.html +++ b/index.html @@ -222,7 +222,7 @@

License


diff --git a/js-stellar-base_src_account.js.html b/js-stellar-base_src_account.js.html index ff52a51f..17a90c69 100644 --- a/js-stellar-base_src_account.js.html +++ b/js-stellar-base_src_account.js.html @@ -113,7 +113,7 @@

js-stellar-base/src/account.js


diff --git a/js-stellar-base_src_address.js.html b/js-stellar-base_src_address.js.html index 4fcc0208..3a7b964a 100644 --- a/js-stellar-base_src_address.js.html +++ b/js-stellar-base_src_address.js.html @@ -189,7 +189,7 @@

js-stellar-base/src/address.js


diff --git a/js-stellar-base_src_asset.js.html b/js-stellar-base_src_asset.js.html index 14f99a14..595cb80a 100644 --- a/js-stellar-base_src_asset.js.html +++ b/js-stellar-base_src_asset.js.html @@ -318,7 +318,7 @@

js-stellar-base/src/asset.js


diff --git a/js-stellar-base_src_claimant.js.html b/js-stellar-base_src_claimant.js.html index c68e982b..035ca1b5 100644 --- a/js-stellar-base_src_claimant.js.html +++ b/js-stellar-base_src_claimant.js.html @@ -223,7 +223,7 @@

js-stellar-base/src/claimant.js


diff --git a/js-stellar-base_src_contract.js.html b/js-stellar-base_src_contract.js.html index ec8c7cc4..e18a1db8 100644 --- a/js-stellar-base_src_contract.js.html +++ b/js-stellar-base_src_contract.js.html @@ -110,11 +110,9 @@

js-stellar-base/src/contract.js

* contract. */ call(method, ...params) { - const contractId = Buffer.from(this._id, 'hex'); - return Operation.invokeHostFunction({ func: xdr.HostFunction.hostFunctionTypeInvokeContract([ - xdr.ScVal.scvBytes(contractId), + this.address().toScVal(), xdr.ScVal.scvSymbol(method), ...params ]), @@ -152,7 +150,7 @@

js-stellar-base/src/contract.js


diff --git a/js-stellar-base_src_fee_bump_transaction.js.html b/js-stellar-base_src_fee_bump_transaction.js.html index 3a306866..ccd56d30 100644 --- a/js-stellar-base_src_fee_bump_transaction.js.html +++ b/js-stellar-base_src_fee_bump_transaction.js.html @@ -166,7 +166,7 @@

js-stellar-base/src/fee_bump_transaction.js


diff --git a/js-stellar-base_src_get_liquidity_pool_id.js.html b/js-stellar-base_src_get_liquidity_pool_id.js.html index cd5a3b62..858383b4 100644 --- a/js-stellar-base_src_get_liquidity_pool_id.js.html +++ b/js-stellar-base_src_get_liquidity_pool_id.js.html @@ -105,7 +105,7 @@

js-stellar-base/src/get_liquidity_pool_id.js


diff --git a/js-stellar-base_src_keypair.js.html b/js-stellar-base_src_keypair.js.html index f769b7f6..19585d2b 100644 --- a/js-stellar-base_src_keypair.js.html +++ b/js-stellar-base_src_keypair.js.html @@ -327,7 +327,7 @@

js-stellar-base/src/keypair.js


diff --git a/js-stellar-base_src_liquidity_pool_asset.js.html b/js-stellar-base_src_liquidity_pool_asset.js.html index 24d3b701..8252d229 100644 --- a/js-stellar-base_src_liquidity_pool_asset.js.html +++ b/js-stellar-base_src_liquidity_pool_asset.js.html @@ -171,7 +171,7 @@

js-stellar-base/src/liquidity_pool_asset.js


diff --git a/js-stellar-base_src_liquidity_pool_id.js.html b/js-stellar-base_src_liquidity_pool_id.js.html index 9c5e1021..93a80885 100644 --- a/js-stellar-base_src_liquidity_pool_id.js.html +++ b/js-stellar-base_src_liquidity_pool_id.js.html @@ -128,7 +128,7 @@

js-stellar-base/src/liquidity_pool_id.js


diff --git a/js-stellar-base_src_memo.js.html b/js-stellar-base_src_memo.js.html index 07449bf9..990e21b9 100644 --- a/js-stellar-base_src_memo.js.html +++ b/js-stellar-base_src_memo.js.html @@ -296,7 +296,7 @@

js-stellar-base/src/memo.js


diff --git a/js-stellar-base_src_muxed_account.js.html b/js-stellar-base_src_muxed_account.js.html index fb538715..35ae7a36 100644 --- a/js-stellar-base_src_muxed_account.js.html +++ b/js-stellar-base_src_muxed_account.js.html @@ -188,7 +188,7 @@

js-stellar-base/src/muxed_account.js


diff --git a/js-stellar-base_src_network.js.html b/js-stellar-base_src_network.js.html index 395d93ea..3f75f9c4 100644 --- a/js-stellar-base_src_network.js.html +++ b/js-stellar-base_src_network.js.html @@ -64,7 +64,7 @@

js-stellar-base/src/network.js


diff --git a/js-stellar-base_src_numbers_index.js.html b/js-stellar-base_src_numbers_index.js.html index 1ca98594..067da3c5 100644 --- a/js-stellar-base_src_numbers_index.js.html +++ b/js-stellar-base_src_numbers_index.js.html @@ -112,7 +112,7 @@

js-stellar-base/src/numbers/index.js


diff --git a/js-stellar-base_src_numbers_int128.js.html b/js-stellar-base_src_numbers_int128.js.html index 7cb395a6..0dbc7f91 100644 --- a/js-stellar-base_src_numbers_int128.js.html +++ b/js-stellar-base_src_numbers_int128.js.html @@ -74,7 +74,7 @@

js-stellar-base/src/numbers/int128.js


diff --git a/js-stellar-base_src_numbers_int256.js.html b/js-stellar-base_src_numbers_int256.js.html index 760b722c..7258b056 100644 --- a/js-stellar-base_src_numbers_int256.js.html +++ b/js-stellar-base_src_numbers_int256.js.html @@ -74,7 +74,7 @@

js-stellar-base/src/numbers/int256.js


diff --git a/js-stellar-base_src_numbers_sc_int.js.html b/js-stellar-base_src_numbers_sc_int.js.html index 1b3b86c1..a829a1fe 100644 --- a/js-stellar-base_src_numbers_sc_int.js.html +++ b/js-stellar-base_src_numbers_sc_int.js.html @@ -167,7 +167,7 @@

js-stellar-base/src/numbers/sc_int.js


diff --git a/js-stellar-base_src_numbers_uint128.js.html b/js-stellar-base_src_numbers_uint128.js.html index 1c3f06da..aed5cce1 100644 --- a/js-stellar-base_src_numbers_uint128.js.html +++ b/js-stellar-base_src_numbers_uint128.js.html @@ -74,7 +74,7 @@

js-stellar-base/src/numbers/uint128.js


diff --git a/js-stellar-base_src_numbers_uint256.js.html b/js-stellar-base_src_numbers_uint256.js.html index ea5fd18e..bc63c77a 100644 --- a/js-stellar-base_src_numbers_uint256.js.html +++ b/js-stellar-base_src_numbers_uint256.js.html @@ -74,7 +74,7 @@

js-stellar-base/src/numbers/uint256.js


diff --git a/js-stellar-base_src_numbers_xdr_large_int.js.html b/js-stellar-base_src_numbers_xdr_large_int.js.html index fa3e7a96..a21ec5eb 100644 --- a/js-stellar-base_src_numbers_xdr_large_int.js.html +++ b/js-stellar-base_src_numbers_xdr_large_int.js.html @@ -291,7 +291,7 @@

js-stellar-base/src/numbers/xdr_large_int.js


diff --git a/js-stellar-base_src_operation.js.html b/js-stellar-base_src_operation.js.html index a4815a7a..0f480209 100644 --- a/js-stellar-base_src_operation.js.html +++ b/js-stellar-base_src_operation.js.html @@ -727,7 +727,7 @@

js-stellar-base/src/operation.js


diff --git a/js-stellar-base_src_operations_account_merge.js.html b/js-stellar-base_src_operations_account_merge.js.html index 8bcd2136..b018100a 100644 --- a/js-stellar-base_src_operations_account_merge.js.html +++ b/js-stellar-base_src_operations_account_merge.js.html @@ -80,7 +80,7 @@

js-stellar-base/src/operations/account_merge.js


diff --git a/js-stellar-base_src_operations_allow_trust.js.html b/js-stellar-base_src_operations_allow_trust.js.html index 3b0a025c..7dd3ed9a 100644 --- a/js-stellar-base_src_operations_allow_trust.js.html +++ b/js-stellar-base_src_operations_allow_trust.js.html @@ -106,7 +106,7 @@

js-stellar-base/src/operations/allow_trust.js


diff --git a/js-stellar-base_src_operations_begin_sponsoring_future_reserves.js.html b/js-stellar-base_src_operations_begin_sponsoring_future_reserves.js.html index 7ab39f9c..eee01910 100644 --- a/js-stellar-base_src_operations_begin_sponsoring_future_reserves.js.html +++ b/js-stellar-base_src_operations_begin_sponsoring_future_reserves.js.html @@ -84,7 +84,7 @@

js-stellar-base/src/operations/begin_sponsoring_future_re
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_bump_footprint_expiration.js.html b/js-stellar-base_src_operations_bump_footprint_expiration.js.html index 463a631b..2e22a70a 100644 --- a/js-stellar-base_src_operations_bump_footprint_expiration.js.html +++ b/js-stellar-base_src_operations_bump_footprint_expiration.js.html @@ -92,7 +92,7 @@

js-stellar-base/src/operations/bump_footprint_expiration.
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_bump_sequence.js.html b/js-stellar-base_src_operations_bump_sequence.js.html index 044799e3..28a42663 100644 --- a/js-stellar-base_src_operations_bump_sequence.js.html +++ b/js-stellar-base_src_operations_bump_sequence.js.html @@ -88,7 +88,7 @@

js-stellar-base/src/operations/bump_sequence.js


diff --git a/js-stellar-base_src_operations_change_trust.js.html b/js-stellar-base_src_operations_change_trust.js.html index e7197c94..86b1bc7f 100644 --- a/js-stellar-base_src_operations_change_trust.js.html +++ b/js-stellar-base_src_operations_change_trust.js.html @@ -103,7 +103,7 @@

js-stellar-base/src/operations/change_trust.js


diff --git a/js-stellar-base_src_operations_claim_claimable_balance.js.html b/js-stellar-base_src_operations_claim_claimable_balance.js.html index 183ab6e1..0815a918 100644 --- a/js-stellar-base_src_operations_claim_claimable_balance.js.html +++ b/js-stellar-base_src_operations_claim_claimable_balance.js.html @@ -92,7 +92,7 @@

js-stellar-base/src/operations/claim_claimable_balance.js
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_clawback.js.html b/js-stellar-base_src_operations_clawback.js.html index e42a060b..ac230eb7 100644 --- a/js-stellar-base_src_operations_clawback.js.html +++ b/js-stellar-base_src_operations_clawback.js.html @@ -93,7 +93,7 @@

js-stellar-base/src/operations/clawback.js


diff --git a/js-stellar-base_src_operations_clawback_claimable_balance.js.html b/js-stellar-base_src_operations_clawback_claimable_balance.js.html index 67667e8d..089d43f7 100644 --- a/js-stellar-base_src_operations_clawback_claimable_balance.js.html +++ b/js-stellar-base_src_operations_clawback_claimable_balance.js.html @@ -88,7 +88,7 @@

js-stellar-base/src/operations/clawback_claimable_balance
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_create_account.js.html b/js-stellar-base_src_operations_create_account.js.html index 7e51d54f..66b0f603 100644 --- a/js-stellar-base_src_operations_create_account.js.html +++ b/js-stellar-base_src_operations_create_account.js.html @@ -88,7 +88,7 @@

js-stellar-base/src/operations/create_account.js


diff --git a/js-stellar-base_src_operations_create_claimable_balance.js.html b/js-stellar-base_src_operations_create_claimable_balance.js.html index 9cba06e2..880a70f1 100644 --- a/js-stellar-base_src_operations_create_claimable_balance.js.html +++ b/js-stellar-base_src_operations_create_claimable_balance.js.html @@ -120,7 +120,7 @@

js-stellar-base/src/operations/create_claimable_balance.j
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_create_passive_sell_offer.js.html b/js-stellar-base_src_operations_create_passive_sell_offer.js.html index 82fe5db5..258ad346 100644 --- a/js-stellar-base_src_operations_create_passive_sell_offer.js.html +++ b/js-stellar-base_src_operations_create_passive_sell_offer.js.html @@ -93,7 +93,7 @@

js-stellar-base/src/operations/create_passive_sell_offer.
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_end_sponsoring_future_reserves.js.html b/js-stellar-base_src_operations_end_sponsoring_future_reserves.js.html index 8476ef00..b201433e 100644 --- a/js-stellar-base_src_operations_end_sponsoring_future_reserves.js.html +++ b/js-stellar-base_src_operations_end_sponsoring_future_reserves.js.html @@ -72,7 +72,7 @@

js-stellar-base/src/operations/end_sponsoring_future_rese
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_inflation.js.html b/js-stellar-base_src_operations_inflation.js.html index 7ae468d8..2f63b010 100644 --- a/js-stellar-base_src_operations_inflation.js.html +++ b/js-stellar-base_src_operations_inflation.js.html @@ -67,7 +67,7 @@

js-stellar-base/src/operations/inflation.js


diff --git a/js-stellar-base_src_operations_invoke_host_function.js.html b/js-stellar-base_src_operations_invoke_host_function.js.html index 05e41695..537cf005 100644 --- a/js-stellar-base_src_operations_invoke_host_function.js.html +++ b/js-stellar-base_src_operations_invoke_host_function.js.html @@ -88,7 +88,7 @@

js-stellar-base/src/operations/invoke_host_function.js
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_liquidity_pool_deposit.js.html b/js-stellar-base_src_operations_liquidity_pool_deposit.js.html index 0c06197b..7aeb48d4 100644 --- a/js-stellar-base_src_operations_liquidity_pool_deposit.js.html +++ b/js-stellar-base_src_operations_liquidity_pool_deposit.js.html @@ -111,7 +111,7 @@

js-stellar-base/src/operations/liquidity_pool_deposit.js<
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_liquidity_pool_withdraw.js.html b/js-stellar-base_src_operations_liquidity_pool_withdraw.js.html index 7a851222..0c21aff7 100644 --- a/js-stellar-base_src_operations_liquidity_pool_withdraw.js.html +++ b/js-stellar-base_src_operations_liquidity_pool_withdraw.js.html @@ -99,7 +99,7 @@

js-stellar-base/src/operations/liquidity_pool_withdraw.js
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_manage_buy_offer.js.html b/js-stellar-base_src_operations_manage_buy_offer.js.html index bc85e650..f86353e9 100644 --- a/js-stellar-base_src_operations_manage_buy_offer.js.html +++ b/js-stellar-base_src_operations_manage_buy_offer.js.html @@ -98,7 +98,7 @@

js-stellar-base/src/operations/manage_buy_offer.js


diff --git a/js-stellar-base_src_operations_manage_data.js.html b/js-stellar-base_src_operations_manage_data.js.html index beacc3c5..96733437 100644 --- a/js-stellar-base_src_operations_manage_data.js.html +++ b/js-stellar-base_src_operations_manage_data.js.html @@ -97,7 +97,7 @@

js-stellar-base/src/operations/manage_data.js


diff --git a/js-stellar-base_src_operations_manage_sell_offer.js.html b/js-stellar-base_src_operations_manage_sell_offer.js.html index b9c3fa29..881e5519 100644 --- a/js-stellar-base_src_operations_manage_sell_offer.js.html +++ b/js-stellar-base_src_operations_manage_sell_offer.js.html @@ -98,7 +98,7 @@

js-stellar-base/src/operations/manage_sell_offer.js


diff --git a/js-stellar-base_src_operations_path_payment_strict_receive.js.html b/js-stellar-base_src_operations_path_payment_strict_receive.js.html index 0a8d8412..f4c7a87d 100644 --- a/js-stellar-base_src_operations_path_payment_strict_receive.js.html +++ b/js-stellar-base_src_operations_path_payment_strict_receive.js.html @@ -117,7 +117,7 @@

js-stellar-base/src/operations/path_payment_strict_receiv
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_path_payment_strict_send.js.html b/js-stellar-base_src_operations_path_payment_strict_send.js.html index 325c04cc..206cdac1 100644 --- a/js-stellar-base_src_operations_path_payment_strict_send.js.html +++ b/js-stellar-base_src_operations_path_payment_strict_send.js.html @@ -116,7 +116,7 @@

js-stellar-base/src/operations/path_payment_strict_send.j
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/js-stellar-base_src_operations_payment.js.html b/js-stellar-base_src_operations_payment.js.html index 040edfe9..793edae3 100644 --- a/js-stellar-base_src_operations_payment.js.html +++ b/js-stellar-base_src_operations_payment.js.html @@ -96,7 +96,7 @@

js-stellar-base/src/operations/payment.js


diff --git a/js-stellar-base_src_operations_restore_footprint.js.html b/js-stellar-base_src_operations_restore_footprint.js.html index 8a60623b..e7217daf 100644 --- a/js-stellar-base_src_operations_restore_footprint.js.html +++ b/js-stellar-base_src_operations_restore_footprint.js.html @@ -77,7 +77,7 @@

js-stellar-base/src/operations/restore_footprint.js


diff --git a/js-stellar-base_src_operations_revoke_sponsorship.js.html b/js-stellar-base_src_operations_revoke_sponsorship.js.html index a0be232b..6619c57e 100644 --- a/js-stellar-base_src_operations_revoke_sponsorship.js.html +++ b/js-stellar-base_src_operations_revoke_sponsorship.js.html @@ -367,7 +367,7 @@

js-stellar-base/src/operations/revoke_sponsorship.js


diff --git a/js-stellar-base_src_operations_set_options.js.html b/js-stellar-base_src_operations_set_options.js.html index 76ac0ea4..51b9ce6f 100644 --- a/js-stellar-base_src_operations_set_options.js.html +++ b/js-stellar-base_src_operations_set_options.js.html @@ -235,7 +235,7 @@

js-stellar-base/src/operations/set_options.js


diff --git a/js-stellar-base_src_operations_set_trustline_flags.js.html b/js-stellar-base_src_operations_set_trustline_flags.js.html index e7c8c34b..f82a3d9c 100644 --- a/js-stellar-base_src_operations_set_trustline_flags.js.html +++ b/js-stellar-base_src_operations_set_trustline_flags.js.html @@ -137,7 +137,7 @@

js-stellar-base/src/operations/set_trustline_flags.js

diff --git a/js-stellar-base_src_scval.js.html b/js-stellar-base_src_scval.js.html index f34b5845..7469e8b4 100644 --- a/js-stellar-base_src_scval.js.html +++ b/js-stellar-base_src_scval.js.html @@ -405,7 +405,7 @@

js-stellar-base/src/scval.js


diff --git a/js-stellar-base_src_signerkey.js.html b/js-stellar-base_src_signerkey.js.html index 3e561ed2..f3628985 100644 --- a/js-stellar-base_src_signerkey.js.html +++ b/js-stellar-base_src_signerkey.js.html @@ -143,7 +143,7 @@

js-stellar-base/src/signerkey.js


diff --git a/js-stellar-base_src_signing.js.html b/js-stellar-base_src_signing.js.html index f50a597b..8dedc383 100644 --- a/js-stellar-base_src_signing.js.html +++ b/js-stellar-base_src_signing.js.html @@ -158,7 +158,7 @@

js-stellar-base/src/signing.js


diff --git a/js-stellar-base_src_strkey.js.html b/js-stellar-base_src_strkey.js.html index 49a8d3e3..895e9c2e 100644 --- a/js-stellar-base_src_strkey.js.html +++ b/js-stellar-base_src_strkey.js.html @@ -449,7 +449,7 @@

js-stellar-base/src/strkey.js


diff --git a/js-stellar-base_src_transaction.js.html b/js-stellar-base_src_transaction.js.html index 451a7b7a..27dae24a 100644 --- a/js-stellar-base_src_transaction.js.html +++ b/js-stellar-base_src_transaction.js.html @@ -419,7 +419,7 @@

js-stellar-base/src/transaction.js


diff --git a/js-stellar-base_src_transaction_base.js.html b/js-stellar-base_src_transaction_base.js.html index 11a91c2d..4fdfa422 100644 --- a/js-stellar-base_src_transaction_base.js.html +++ b/js-stellar-base_src_transaction_base.js.html @@ -268,7 +268,7 @@

js-stellar-base/src/transaction_base.js


diff --git a/js-stellar-base_src_transaction_builder.js.html b/js-stellar-base_src_transaction_builder.js.html index cc3b682d..29cffc8d 100644 --- a/js-stellar-base_src_transaction_builder.js.html +++ b/js-stellar-base_src_transaction_builder.js.html @@ -773,7 +773,7 @@

js-stellar-base/src/transaction_builder.js


diff --git a/js-stellar-base_src_util_decode_encode_muxed_account.js.html b/js-stellar-base_src_util_decode_encode_muxed_account.js.html index 800bac4c..69085070 100644 --- a/js-stellar-base_src_util_decode_encode_muxed_account.js.html +++ b/js-stellar-base_src_util_decode_encode_muxed_account.js.html @@ -175,7 +175,7 @@

js-stellar-base/src/util/decode_encode_muxed_account.js
- Generated by JSDoc 4.0.2 on Tue Jul 11 2023 18:44:24 GMT+0000 (Coordinated Universal Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Wed Jul 12 2023 14:29:39 GMT+0000 (Coordinated Universal Time) using the Minami theme.
diff --git a/lib_axios.js.html b/lib_axios.js.html index bdb8b392..67d11f29 100644 --- a/lib_axios.js.html +++ b/lib_axios.js.html @@ -125,7 +125,7 @@

lib/axios.js


diff --git a/lib_jsonrpc.js.html b/lib_jsonrpc.js.html index 92565af1..965f6309 100644 --- a/lib_jsonrpc.js.html +++ b/lib_jsonrpc.js.html @@ -101,7 +101,7 @@

lib/jsonrpc.js


diff --git a/lib_server.js.html b/lib_server.js.html index a42d58fe..b43a69f9 100644 --- a/lib_server.js.html +++ b/lib_server.js.html @@ -690,7 +690,7 @@

lib/server.js