deposit_authorized RPC Method
パラメータ
オブジェクト
オブジェクト
必須
読み込み中...
ソースアカウント
文字列
必須
読み込み中...
宛先口座
文字列
必須
読み込み中...
ledger_index
文字列
読み込み中...
返品
結果
オブジェクト
読み込み中...
deposit_authorized
ブール値
読み込み中...
宛先口座
文字列
読み込み中...
ledger_hash
文字列
読み込み中...
ledger_index
整数
読み込み中...
ソースアカウント
文字列
読み込み中...
ステータス
文字列
読み込み中...
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}