@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
ClientResponse
Interface ClientResponse<Res>
interface
ClientResponse
<
Res
>
{
config
?:
any
;
data
:
Res
;
headers
?:
any
;
request
?:
any
;
response
?:
any
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
Res
Index
Properties
config?
data
headers?
request?
response?
status
status
Text
Properties
Optional
config
config
?:
any
data
data
:
Res
Optional
headers
headers
?:
any
Optional
request
request
?:
any
Optional
response
response
?:
any
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
data
headers
request
response
status
status
Text
@aptos-labs/ts-sdk - v5.1.4
Loading...