Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
RedelegationResponse
Variable RedelegationResponse
Redelegation
Response
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
RedelegationResponse
;
encode
(
message
:
RedelegationResponse
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
RedelegationResponseAmino
)
:
RedelegationResponse
;
fromAminoMsg
(
object
:
RedelegationResponseAminoMsg
)
:
RedelegationResponse
;
fromPartial
(
object
:
{
entries
?:
{
balance
?:
string
;
redelegationEntry
?:
{
completionTime
?:
Date
;
creationHeight
?:
bigint
;
initialBalance
?:
string
;
sharesDst
?:
string
;
}
;
}
[]
;
redelegation
?:
{
delegatorAddress
?:
string
;
entries
?:
{
completionTime
?:
Date
;
creationHeight
?:
bigint
;
initialBalance
?:
string
;
sharesDst
?:
string
;
}
[]
;
validatorDstAddress
?:
string
;
validatorSrcAddress
?:
string
;
}
;
}
)
:
RedelegationResponse
;
fromProtoMsg
(
message
:
RedelegationResponseProtoMsg
)
:
RedelegationResponse
;
toAmino
(
message
:
RedelegationResponse
)
:
RedelegationResponseAmino
;
toAminoMsg
(
message
:
RedelegationResponse
)
:
RedelegationResponseAminoMsg
;
toProto
(
message
:
RedelegationResponse
)
:
Uint8Array
;
toProtoMsg
(
message
:
RedelegationResponse
)
:
RedelegationResponseProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...