Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
ResponseInitChain
Variable ResponseInitChain
Response
Init
Chain
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
ResponseInitChain
;
encode
(
message
:
ResponseInitChain
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
ResponseInitChainAmino
)
:
ResponseInitChain
;
fromAminoMsg
(
object
:
ResponseInitChainAminoMsg
)
:
ResponseInitChain
;
fromPartial
(
object
:
{
appHash
?:
Uint8Array
;
consensusParams
?:
{
block
?:
{
maxBytes
?:
bigint
;
maxGas
?:
bigint
;
}
;
evidence
?:
{
maxAgeDuration
?:
{
nanos
?:
number
;
seconds
?:
bigint
;
}
;
maxAgeNumBlocks
?:
bigint
;
maxBytes
?:
bigint
;
}
;
validator
?:
{
pubKeyTypes
?:
string
[]
;
}
;
version
?:
{
appVersion
?:
bigint
;
}
;
}
;
validators
?:
{
power
?:
bigint
;
pubKey
?:
{
ed25519
?:
Uint8Array
;
secp256k1
?:
Uint8Array
;
}
;
}
[]
;
}
)
:
ResponseInitChain
;
fromProtoMsg
(
message
:
ResponseInitChainProtoMsg
)
:
ResponseInitChain
;
toAmino
(
message
:
ResponseInitChain
)
:
ResponseInitChainAmino
;
toProto
(
message
:
ResponseInitChain
)
:
Uint8Array
;
toProtoMsg
(
message
:
ResponseInitChain
)
:
ResponseInitChainProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...