아래와 같이
caverExt.kas.tokenHistory.tokenHistoryApi.getTransfersByTxHash(CHAIN_ID_BAOBOB, “0x331486cc597c896c131aad83bffa3837b4ed005e1164b90b9af824eb661e3422” )
호출을 통해서 트랜잭션의 상세 정보를 얻고자 하여 연동 했는데,
- 아래와 같이 두개의 items가 존재하네요?
첫번째 항목은 제가 생성한 정보가 맞는 것 같은데, 두번째 거는 왜 딸려 오는 걸까요?
[
{
"contract": {
"address": "0x26eaed8f225a6162ea5d4f5655f804ad16cbf3f7",
"decimals": 18,
"name": "SASIM",
"symbol": "SASIM",
"status": null
},
"formattedValue": "2000000000",
"from": "0x2214bac5f641b8a1c8a1942700de64474212b5d1",
"to": "0x0000000000000000000000000000000000000000",
"transaction": {
"feePayer": "",
"feeRatio": 0,
"fee": "0x69e42bf5039c00",
"from": "0x2214bac5f641b8a1c8a1942700de64474212b5d1",
"timestamp": 1646387395,
"transactionHash": "0x331486cc597c896c131aad83bffa3837b4ed005e1164b90b9af824eb661e3422",
"blockNumber": 84817877,
"typeInt": 48,
"value": "0x0"
},
"transferType": "ft",
"value": "0x6765c793fa10079d0000000"
},
{
"feePayer": "",
"feeRatio": 0,
"fee": "0x69e42bf5039c00",
"status": 1,
"from": "0x2214bac5f641b8a1c8a1942700de64474212b5d1",
"to": "0x26eaed8f225a6162ea5d4f5655f804ad16cbf3f7",
"transactionHash": "0x331486cc597c896c131aad83bffa3837b4ed005e1164b90b9af824eb661e3422",
"transactionIndex": 0,
"blockNumber": 84817877,
"transferType": "klay",
"typeInt": 48,
"timestamp": 1646387395,
"value": "0x0"
}
]
- “typeInt”: 48, ← 이 항목의 값이 어떤 의미인 지 확인할 수 있는 링크 좀 알려 주세요.