Preparing search index...
The search index is not available
@axelarjs/proto
@axelarjs/proto
axelar/snapshot/v1beta1/tx
DeactivateProxyResponse
Variable DeactivateProxyResponse
Deactivate
Proxy
Response
:
{
create
<
I
>
(
base
?
)
:
DeactivateProxyResponse
;
decode
(
input
,
length
?
)
:
DeactivateProxyResponse
;
encode
(
_
,
writer
?
)
:
Writer
;
fromJSON
(
_
)
:
DeactivateProxyResponse
;
fromPartial
<
I
>
(
_
)
:
DeactivateProxyResponse
;
toJSON
(
_
)
:
unknown
;
}
Type declaration
create
:
function
create
<
I
>
(
base
?
)
:
DeactivateProxyResponse
Type Parameters
I
extends
{}
&
{}
&
{
[
K
in
string
|
number
|
symbol
]
:
never
}
Parameters
Optional
base
:
I
Returns
DeactivateProxyResponse
decode
:
function
decode
(
input
,
length
?
)
:
DeactivateProxyResponse
Parameters
input
:
Uint8Array
|
Reader
Optional
length
:
number
Returns
DeactivateProxyResponse
encode
:
function
encode
(
_
,
writer
?
)
:
Writer
Parameters
_
:
DeactivateProxyResponse
writer
:
Writer
= ...
Returns
Writer
fromJSON
:
function
fromJSON
(
_
)
:
DeactivateProxyResponse
Parameters
_
:
any
Returns
DeactivateProxyResponse
from
Partial
:
function
from
Partial
<
I
>
(
_
)
:
DeactivateProxyResponse
Type Parameters
I
extends
{}
&
{}
&
{
[
K
in
string
|
number
|
symbol
]
:
never
}
Parameters
_
:
I
Returns
DeactivateProxyResponse
toJSON
:
function
toJSON
(
_
)
:
unknown
Parameters
_
:
DeactivateProxyResponse
Returns
unknown
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@axelarjs/proto
Loading...
Generated using
TypeDoc