아래와 같이 콜했을 때… Request는 성공했지만 client에서 QR로 인증시 오류가 떠서 혹시 어느부분을 수정하거나 필요할까요?
App2APP RestAPI > Type: execute_contract
EX) 정수형 tokenID = 191
“transaction”: {
“to”: “0xA987…4321”, // contract address → KAS에서 생성한 KIP-17 Smart Contract 주소
“value”: “0”,
“abi”: “{ “constant”: false, “inputs”: [ { “name”: “to”, “type”: “address” }, { “name”: “tokenId”, “type”: “uint256” }], “name”: “mint”, “outputs”: [], “payable”: false, “stateMutability”: “nonpayable”, “type”: “function” }”,
“params”: "{ “toSmartContractAddress”, 191} "
}