deposit_authorized RPC Method
參數
物件
物件
必填
載入中...
source_account
字串
必填
載入中...
destination_account
字串
必填
載入中...
ledger_index
字串
載入中...
退貨
結果
物件
載入中...
deposit_authorized
布林值
載入中...
destination_account
字串
載入中...
ledger_hash
字串
載入中...
ledger_index
整數
載入中...
source_account
字串
載入中...
狀態
字串
載入中...
validated
布林值
載入中...
請求
回應
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"deposit_authorized": false,6"destination_account": "example_value",7"ledger_hash": "example_value",8"ledger_index": 1,9"source_account": "example_value",10"status": "example_value",11"validated": false12}13}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"deposit_authorized": false,6"destination_account": "example_value",7"ledger_hash": "example_value",8"ledger_index": 1,9"source_account": "example_value",10"status": "example_value",11"validated": false12}13}