Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
QueryAbciResponse
Type Alias QueryAbciResponse
type
QueryAbciResponse
=
{
code
?:
number
;
codespace
?:
string
;
height
?:
string
;
index
?:
string
;
info
?:
string
;
key
?:
Base64
|
null
;
log
?:
string
;
proofOps
?:
{
ops
:
ProofOp
[]
}
|
null
;
value
?:
Base64
|
null
;
}
Index
Properties
code?
codespace?
height?
index?
info?
key?
log?
proof
Ops?
value?
Properties
Optional
Readonly
code
code
?:
number
Optional
Readonly
codespace
codespace
?:
string
Optional
Readonly
height
height
?:
string
Optional
Readonly
index
index
?:
string
Optional
Readonly
info
info
?:
string
Optional
Readonly
key
key
?:
Base64
|
null
Optional
Readonly
log
log
?:
string
Optional
Readonly
proof
Ops
proofOps
?:
{
ops
:
ProofOp
[]
}
|
null
Optional
Readonly
value
value
?:
Base64
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
codespace
height
index
info
key
log
proof
Ops
value
Home
GitHub
Left Curve Software Stack
Loading...