assetallocationmint (4.1.2 RPC) blockchain getbestblockhash getblock getblockchaininfo getblockcount getblockfilter getblockhash getblockheader getblockstats getchaintips getchaintxstats getdifficulty getmempoolancestors getmempooldescendants getmempoolentry getmempoolinfo getrawmempool gettxout gettxoutproof gettxoutsetinfo preciousblock pruneblockchain savemempool scantxoutset verifychain verifytxoutproof control getmemoryinfo getrpcinfo help logging stop uptime generating generate generatetoaddress generatetodescriptor governance getgovernanceinfo getsuperblockbudget masternodelist mnsync sentinelping spork voteraw governancewallet gobject masternode masternodebroadcast mining createauxblock getauxblock getblocktemplate getmininginfo getnetworkhashps prioritisetransaction submitauxblock submitblock submitheader network addnode clearbanned disconnectnode getaddednodeinfo getconnectioncount getnettotals getnetworkinfo getnodeaddresses getpeerinfo listbanned ping setban setnetworkactive rawtransactions analyzepsbt combinepsbt combinerawtransaction converttopsbt createpsbt createrawtransaction decodepsbt decoderawtransaction decodescript finalizepsbt fundrawtransaction getrawtransaction joinpsbts sendrawtransaction signrawtransactionwithkey testmempoolaccept utxoupdatepsbt syscoin addressbalance assetallocationbalance assetallocationbalances assetallocationinfo assetallocationverifyzdag assetinfo convertaddress getblockhashbytxid listassetallocationmempoolbalances listassetallocations listassetindex listassetindexallocations listassetindexassets listassets syscoincheckmint syscoinclearethheaders syscoindecoderawtransaction syscoingetspvproof syscoingettxroot syscoinsetethheaders syscoinsetethstatus syscoinstartgeth syscoinstopgeth tpstestadd tpstestinfo tpstestsetenabled syscoinwallet assetallocationburn assetallocationlock assetallocationmint assetallocationsend assetallocationsendmany assetnew assetsend assetsendmany assettransfer assetupdate convertaddresswallet sendfrom syscoinburntoassetallocation util createmultisig deriveaddresses estimatesmartfee getdescriptorinfo signmessagewithprivkey validateaddress verifymessage wallet abandontransaction abortrescan addmultisigaddress backupwallet bumpfee createwallet dumpprivkey dumpwallet encryptwallet getaddressesbylabel getaddressinfo getbalance getbalances getnewaddress getrawchangeaddress getreceivedbyaddress getreceivedbylabel gettransaction getunconfirmedbalance getwalletinfo importaddress importmulti importprivkey importprunedfunds importpubkey importwallet keypoolrefill listaddressgroupings listlabels listlockunspent listreceivedbyaddress listreceivedbylabel listsinceblock listtransactions listunspent listwalletdir listwallets loadwallet lockunspent removeprunedfunds rescanblockchain sendmany sendtoaddress sethdseed setlabel settxfee setwalletflag signmessage signrawtransactionwithwallet unloadwallet walletcreatefundedpsbt walletlock walletpassphrase walletpassphrasechange walletprocesspsbt zmq getzmqnotifications assetallocationmint asset_guid "address" amount blocknumber "tx_hex" "txroot_hex" "txmerkleproof_hex" "merklerootpath_hex" "receipt_hex" "receiptroot_hex" "receiptmerkleproof_hex" ( "witness" ) Mint assetallocation to come back from the bridge Arguments: 1. asset_guid (numeric, required) Asset guid 2. address (string, required) Mint to this address. 3. amount (numeric or string, required) Amount of asset to mint. Note that fees (in SYS) will be taken from the owner address 4. blocknumber (numeric, required) Block number of the block that included the burn transaction on Ethereum. 5. tx_hex (string, required) Transaction hex. 6. txroot_hex (string, required) The transaction merkle root that commits this transaction to the block header. 7. txmerkleproof_hex (string, required) The list of parent nodes of the Merkle Patricia Tree for SPV proof of transaction merkle root. 8. merklerootpath_hex (string, required) The merkle path to walk through the tree to recreate the merkle hash for both transaction and receipt root. 9. receipt_hex (string, required) Transaction Receipt Hex. 10. receiptroot_hex (string, required) The transaction receipt merkle root that commits this receipt to the block header. 11. receiptmerkleproof_hex (string, required) The list of parent nodes of the Merkle Patricia Tree for SPV proof of transaction receipt merkle root. 12. witness (string, optional, default="") Witness address that will sign for web-of-trust notarization of this transaction. Result: { "hex": "hexstring" (string) the unsigned transaction hexstring. } Examples: > syscoin-cli assetallocationmint "assetguid" "address" "amount" "blocknumber" "tx_hex" "txroot_hex" "txmerkleproof_hex" "txmerkleproofpath_hex" "receipt_hex" "receiptroot_hex" "receiptmerkleproof" "witness" > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "assetallocationmint", "params": ["assetguid", "address", "amount", "blocknumber", "tx_hex", "txroot_hex", "txmerkleproof_hex", "txmerkleproofpath_hex", "receipt_hex", "receiptroot_hex", "receiptmerkleproof", ""] }' -H 'content-type: text/plain;' http://127.0.0.1:8370/