8000 请问EOSC和EOS的 push_transaction 接口 只有fee这一个字段的区别嘛? · Issue #7 · eosforce/eosforce · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
请问EOSC和EOS的 push_transaction 接口 只有fee这一个字段的区别嘛? #7
Open
@sugeladi

Description

@sugeladi

请问EOSC和EOS的 push_transaction 接口 只有fee这一个字段的区别嘛?

我在发送交易时,已经添加了fee这个字段,还是不成功,只是报500错误,用的是官方的节点 https://w1.eosforce.cn/v1/chain/push_transaction

请求的request如下

{
"compression": "none",
"transaction": {
"expiration": "2018-08-31T03:16:18",
"ref_block_num": 2000764,
"ref_block_prefix": 4060254363,
"net_usage_words": 0,
"max_cpu_usage_ms": 0,
"delay_sec": 0,
"fee": "0.0100 EOS",
"context_free_actions": [],
"actions": [{
"account": "eosio",
"name": "transfer",
"authorization": [{
"actor": "hexing",
"permission": "active"
}],
"data": "00000000b0e9ba6a0000000000d05557102700000000000004454f530000000003363031"
}],
"transaction_extensions": []
},
"signatures": ["SIG_K1_KivkvskRvb9Ej3F2fXAsXwkboyGW6raKnj35TqGgoxvgBgWyHALtzKXPMYUzg5tzRSWnFgNeht52rUBBUeMrpRTsmeZnfd"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0