avax.getAtomicTxStatus RPC Method
To use the avax.getAtomicTxStatus method on the C-Chain, ensure that the end of your URL includes ext/bc/C/avax.
매개변수
txID
문자열
필수
로딩 중...
반품
상태
문자열
로딩 중...
Accepted
문자열
로딩 중...
Processing
문자열
로딩 중...
Rejected
문자열
로딩 중...
Unknown
문자열
로딩 중...
blockHeight
문자열
로딩 중...
요청
답변
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"status": "Accepted"6}7}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"status": "Accepted"6}7}