You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
@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
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!
The text was updated successfully, but these errors were encountered: