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}