stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Use client struct #81

Closed sisuresh closed 2 years ago

sisuresh commented 2 years ago

Uses the client struct everywhere except the single offer router because I'm in the middle of some changes there that are broken. This is a pretty big change so didn't want it to get stale. Every contract is using the client struct now. The single offer router also uses auth now.