path_find RPC Method
A client can only have one pathfinding request open at a time. If another pathfinding request is already open on the same connection, the old request is automatically closed and replaced with the new request.
매개변수
이 메서드는 매개변수를 받지 않습니다.
반품
결과
객체
로딩 중...
alternatives
배열
로딩 중...
paths_computed
배열
로딩 중...
source_amount
문자열
로딩 중...
destination_amount
문자열
로딩 중...
destination_account
문자열
로딩 중...
destination_amount
문자열
로딩 중...
source_account
문자열
로딩 중...
full_reply
부울
로딩 중...
경고
배열
로딩 중...
id
정수
로딩 중...
메시지
문자열
로딩 중...
요청
답변
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"result": {6"alternatives": [7{8"paths_computed": [],9"source_amount": "example_value",10"destination_amount": "example_value"11}12],13"destination_account": "example_value",14"destination_amount": "example_value",15"source_account": "example_value",16"full_reply": false17},18"warnings": [19{20"id": 1,21"message": "example_value"22}23]24}25}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"result": {6"alternatives": [7{8"paths_computed": [],9"source_amount": "example_value",10"destination_amount": "example_value"11}12],13"destination_account": "example_value",14"destination_amount": "example_value",15"source_account": "example_value",16"full_reply": false17},18"warnings": [19{20"id": 1,21"message": "example_value"22}23]24}25}