Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update TS Bindings stellar-sdk dep to 12rc1
Full release notes at https://github.com/stellar/js-stellar-sdk/releases/tag/v12.0.0-rc.1 Highlights: - ContractClient now properly handles methods that take no arguments by making MethodOptions the only parameter, bringing it inline with the types generated by Soroban CLI's soroban contract bindings typescript - ContractClient now allows publicKey to be undefined - SentTransaction will only pass allowHttp if (and only if) its corresponding AssembledTransaction#options config allowed it
- Loading branch information