orca-so / typescript-sdk

The Orca SDK contains a set of simple to use APIs to allow developers to integrate with the Orca platform.
155 stars 49 forks source link

Addressing comments to improve swap() function #13

Closed odcheung closed 3 years ago

odcheung commented 3 years ago

Move deriving ATA to swap() to make instructions more concrete Add revoke instruction to clean up userTransferAuthority Add cleanUpInstructions for TransactionBuilder Move orca-pool & types to model/orca/pool

Side task: Move out OrcaPoolFactory to a more general OrcaFactory class