syscoincheckmint bridge_transfer_id
Get the Syscoin mint transaction by looking up using Bridge Transfer ID.
Arguments:
1. bridge_transfer_id (numeric, required) Ethereum Bridge Transfer ID used to burn funds to move to Syscoin.
Result:
{
"txtype" : "txtype", (string) The syscoin transaction type
"asset_guid" : n, (numeric) The asset guid
"symbol" : "symbol", (string) The asset symbol
"txid" : "id", (string) The transaction id
"height" : n, (numeric) The blockheight of the transaction
"sender" : "address", (string) The address of the sender
"allocations" : [ (array of json objects)
{
"address": "address", (string) The address of the receiver
"amount" : n, (numeric) The amount of the transaction
},
...
]
"total" : n, (numeric) The total amount in this transaction
"confirmed" : true|false (boolean) If the transaction is confirmed
"spv_proof" (object) Ethereum SPV Proofs for transaction and receipt
"in_active_chain": b, (bool) Whether block found with syscoin transaction is in the active chain or not
}
Examples:
> syscoin-cli syscoincheckmint 1221
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "syscoincheckmint", "params": [1221] }' -H 'content-type: text/plain;' http://127.0.0.1:8370/