Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Memo N/A when submitting a transaction with /builder #117

Open
panther93 opened this issue Jul 31, 2018 · 3 comments
Open

Memo N/A when submitting a transaction with /builder #117

panther93 opened this issue Jul 31, 2018 · 3 comments

Comments

@panther93
Copy link

panther93 commented Jul 31, 2018

I tried sending xlm from one account of mine to another account with memo.This transaction was send to the endpoint "/builder" of the bridge-server. Though the account gets credited with xlm, when checking in the explorer for the transaction details it shows MEMO N/A. But when i do the same transaction with the endpoint as "/payment"; the transaction is successful and while checking in the explorer it shows the memo type and memo.

What i would like to know is is there a format for sending transaction when submitting a transaction to the network with endpoint as /builder.This is the body of the transaction that i did
{ "source": "GBJ6ONYK73A65BRW7SOGQYEDCN55NCYDH5WJTE7WZIZXF3RRX2GFI33T", "operations": [ { "type": "payment", "body":{ "source":"GBJ6ONYK73A65BRW7SOGQYEDCN55NCYDH5WJTE7WZIZXF3RRX2GFI33T", "destination":"GCZC5EG7BURORGG46B67FDBZDTWKQ5G6GLHWU6K535222ELH63MNKOT7", "memo_type":"text", "memo": "12345qwas", "amount": "2500" } } ], "signers": ["**************************************************"] }

Please let me know what should be done!

@bartekn
Copy link
Contributor

bartekn commented Aug 1, 2018

It seems that /builder endpoint doesn't have an ability to add memos.

@panther93
Copy link
Author

@bartekn I want do a sign and submit in stellar and i want to do this in two steps,
1)Sign
2)Submit
Is there a endpoint where this can be achieved? Or should i use the /payment endpoint in bridge?
Also could you tell me why /builder doesn't have the ability to add memos

@panther93
Copy link
Author

@bartekn Could you help me on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants