GetApprovedList

根据交易内容和签名信息计算得到为交易签名的账户地址列表,可用交易验签

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

返回值

字段类型描述
resultResult解析结果。失败时返回错误码及错误信息。
approved_liststring[]已经对交易签名的账户地址列表。
transactionTransactionExtention交易信息

Body Params
signature
array of strings
required

交易的签名列表。例如:[ "50a252d1ffd1cf902fe4f7a3986697adf26a37c8193a86ce9ccc76adf5c05d26166c5e90d470a13708c48a76a766d2b2c68ffd733451ff1315040fb526e7ccde1b" ]。注意,本页面测试时,请分别在输入框中直接填写签名字符串,例如: 50a252d1ffd1cf902fe4f7a3986697adf26a37c8193a86ce9ccc76adf5c05d26166c5e90d470a13708c48a76a766d2b2c68ffd733451ff1315040fb526e7ccde1b

signature*
json
required

交易的 raw_data。例如:{ "data": "74657374", "contract": [ { "parameter": { "value": { "resource": "ENERGY", "frozen_balance": 5000000, "owner_address": "TUoHaVjx7n5xz8LwPRDckgFrDWhMhuSuJM"}, "type_url": "type.googleapis.com/protocol.FreezeBalanceV2Contract" }, "type": "FreezeBalanceV2Contract"}], "ref_block_bytes": "dd1a", "ref_block_hash": "51a43e706d9ac33a", "expiration": 1767844938000, "timestamp": 1767844878000 }

boolean

设置为 true 则地址将以 Base58 格式显示;设置为 false 则以 Hex 格式显示。(默认值: false)。例如:当 raw_data 使用其示例值时,本参数需设置为 true

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!