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}