【发布时间】:2019-05-13 05:44:25
【问题描述】:
我是 stellar 新手,所以如果我的问题听起来太简单,请耐心等待。 因此,使用stellar laboratory,我创建了两个帐户,分别命名为 1 和 2。我使用朋友机器人为第一个帐户提供了测试网硬币,并将第二个帐户留空。现在,据我了解,要在恒星网络上活跃的帐户,它的最低余额应约为 1XLM。因此,使用transaction builder,我尝试通过尝试将 2XLM 转移到第二个帐户来执行付款操作。但是我收到了以下回复:
{
"type": "https://stellar.org/horizon-errors/transaction_failed",
"title": "Transaction Failed",
"status": 400,
"detail": "The transaction failed when submitted to the stellar network. The `extras.result_codes` field on this response contains further details. Descriptions of each code can be found at: https://www.stellar.org/developers/learn/concepts/list-of-operations.html",
"extras": {
"envelope_xdr": "AAAAAKNyr+6/r2REKzMV3sOL4jztg1HSdqlQhmthUU41BjPdAAAAZAAEmkQAAAADAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAmWhqbEZTUrZWFtvR1HU7VUW0pp3BwN4E9h4iQwvMr9kAAAAAAAAAAAExLQAAAAAAAAAAATUGM90AAABAHvtdpnjhq3usHFphQ/4naDHbKVhu+QqD8UFSavo/qlGo7Yiz/dLI3lQ0fmfa37uvwXWsYAn8mObDkrTjofc3Aw==",
"result_codes": {
"transaction": "tx_failed",
"operations": [
"op_no_destination"
]
},
"result_xdr": "AAAAAAAAAGT/////AAAAAQAAAAAAAAAB////+wAAAAA="
}
}
那么谁能告诉我我需要使用哪个操作将 XLM 发送到一个未初始化的地址以便我可以激活它,而不是使用friendbot。
【问题讨论】:
标签: stellar.js stellar