revelrylabs / elixir-stellar-client

Elixir Client for Stellar
MIT License
20 stars 8 forks source link

Add Relevant XDR Types needed to build Transactions #20

Closed bryanjos closed 6 years ago

bryanjos commented 6 years ago

We are using https://github.com/sunny-g/xdr. We must now define the types need to build transactions.

Types can be found here: https://github.com/stellar/js-stellar-base/tree/master/xdr

Generated JS xdr (as an example) can be found here: https://github.com/stellar/js-stellar-base/blob/master/src/generated/stellar-xdr_generated.js

bryanjos commented 6 years ago

I think we can close this now