APIまたはノードRPCを介してTezosを転送する方法は?
1 回答
- 投票
-
- 2019-07-26
このチュートリアルが役立つかもしれませんか? http://www.ocamlpro.com/2018/11/15/an-introduction-to-tezos-rpcs-a-basic-wallet/
Maybe this tutorial can help? http://www.ocamlpro.com/2018/11/15/an-introduction-to-tezos-rpcs-a-basic-wallet/
-
https://medium.com/@bakenrolls/sending-multiple-transactions-in-one-batch-using-tezos-rpc-6cab3a21f254をフォローしていますが、転送時にエラーが発生しました.tezosエラーは "[{" kind ":"branch"、 "id": "proto.004-Pt24m4xi.implicit.empty_implicit_contract"、 "implicit": "tz1f7eZUXb8SSLbQTYnvniFmYkog72gKHbeH"}] "i have following https://medium.com/@bakenrolls/sending-multiple-transactions-in-one-batch-using-tezos-rpc-6cab3a21f254 but i got error when transfer the tezos error were "[{"kind":"branch","id":"proto.004-Pt24m4xi.implicit.empty_implicit_contract","implicit":"tz1f7eZUXb8SSLbQTYnvniFmYkog72gKHbeH"}]"
- 0
- 2019-07-26
- raj
-
それは宛先アドレスですか?Is that the destination address?
- 0
- 2019-07-27
- ping_
-
そのアドレスが操作に署名するために初めて使用される場合、それは欠落している啓示操作である可能性があります. http://tezos.gitlab.io/mainnet/introduction/howtouse.html?highlight=reveal#transfers-and-receiptsを参照してくださいIt could be a missing revelation operation, if it the first time that address is used to sign an operation. See http://tezos.gitlab.io/mainnet/introduction/howtouse.html?highlight=reveal#transfers-and-receipts
- 0
- 2019-07-28
- Seb Mondet
-
https://alphanet.tzscan.io/onn6RvJbvivN5Wk25YUUuWtL5ykvdvUPdDouUzr4vd64KigGAnA?block_hash=BMN6AakaH1hg9MvwDuqDDCXR9PsVhVBhaiQjrtを実行したこのトランザクションを見てくださいlook at this transaction i perfromed https://alphanet.tzscan.io/onn6RvJbvivN5Wk25YUUuWtL5ykvdvUPdDouUzr4vd64KigGAnA?block_hash=BMN6AakaH1hg9MvwDuqDDCXR9PsVhVBhaiQjrtPAhbCwm4iht6e
- 0
- 2019-07-29
- raj
-
ここで私はそれが失敗した理由がわかりませんか?here i don't know why it was fail ??
- 0
- 2019-07-29
- raj
こんにちは私はノードjsにtezosapiを統合しようとしています.私はすでにこの統合を試しています " https://github.com/TezTech/eztz/wiki/Documentation "ただし、あるアドレスから別のアドレスにtezoを転送する場合は機能しません.誰もがAPIを介してtezosを転送することについて何か考えを持っています.