Preparing search index...
The search index is not available
xrpl
xrpl
LedgerClosedResponse
Interface LedgerClosedResponse
The response expected from a
LedgerClosedRequest
.
interface
LedgerClosedResponse
{
api_version
?:
number
;
forwarded
?:
boolean
;
id
:
string
|
number
;
result
:
{
ledger_hash
:
string
;
ledger_index
:
number
}
;
status
?:
string
;
type
:
string
;
warning
?:
"load"
;
warnings
?:
ResponseWarning
[]
;
}
Hierarchy (
View Summary
)
BaseResponse
LedgerClosedResponse
Index
Properties
api_
version?
forwarded?
id
result
status?
type
warning?
warnings?
Properties
Optional
api_
version
api_version
?:
number
Optional
forwarded
forwarded
?:
boolean
id
id
:
string
|
number
result
result
:
{
ledger_hash
:
string
;
ledger_index
:
number
}
Optional
status
status
?:
string
type
type
:
string
Optional
warning
warning
?:
"load"
Optional
warnings
warnings
?:
ResponseWarning
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api_
version
forwarded
id
result
status
type
warning
warnings
xrpl
Loading...
The response expected from a LedgerClosedRequest.