solana-program-library/token-swap/program
Yutaro Mori 5f56635fde
Pass TokenSwap state into the constructor to simplify function calls (#586)
* Pass TokenSwap state into the constructor to simplify function calls

* WIP: Update program to return token_program_id

* Add tokenProgramId to js TokenSwapInfo object

* Address pr comments

* Remove TokenSwapInfo and use loadTokenSwap as the primary way to fetch TokenSwap metadata

* Fix module.d.ts

* Address pr comments

* Clarification on comments

Co-authored-by: Yutaro Mori <yutaro@umaproject.org>
2020-10-14 12:37:58 +02:00
..
inc Reorganize crates based on program 2020-08-08 15:25:47 -07:00
src Pass TokenSwap state into the constructor to simplify function calls (#586) 2020-10-14 12:37:58 +02:00
Cargo.toml Remove skip-no-mangle entirely 2020-10-07 09:13:59 -07:00
Xargo.toml Reorganize crates based on program 2020-08-08 15:25:47 -07:00
cbindgen.toml Reorganize crates based on program 2020-08-08 15:25:47 -07:00
package-lock.json Reorganize crates based on program 2020-08-08 15:25:47 -07:00