Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
GenesisState
Variable GenesisState
Genesis
State
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
GenesisState
;
encode
(
message
:
GenesisState
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
GenesisStateAmino
)
:
GenesisState
;
fromAminoMsg
(
object
:
GenesisStateAminoMsg
)
:
GenesisState
;
fromPartial
(
object
:
{
codes
?:
{
codeBytes
?:
Uint8Array
;
codeId
?:
bigint
;
codeInfo
?:
{
codeHash
?:
Uint8Array
;
creator
?:
string
;
instantiateConfig
?:
{
address
?:
string
;
addresses
?:
(
...
)
[]
;
permission
?:
AccessType
;
}
;
}
;
pinned
?:
boolean
;
}
[]
;
contracts
?:
{
contractAddress
?:
string
;
contractCodeHistory
?:
{
codeId
?:
bigint
;
msg
?:
Uint8Array
;
operation
?:
ContractCodeHistoryOperationType
;
updated
?:
{
blockHeight
?:
(
...
)
|
(
...
)
;
txIndex
?:
(
...
)
|
(
...
)
;
}
;
}
[]
;
contractInfo
?:
{
admin
?:
string
;
codeId
?:
bigint
;
created
?:
{
blockHeight
?:
bigint
;
txIndex
?:
bigint
;
}
;
creator
?:
string
;
extension
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
;
ibcPortId
?:
string
;
label
?:
string
;
}
;
contractState
?:
{
key
?:
Uint8Array
;
value
?:
Uint8Array
;
}
[]
;
}
[]
;
params
?:
{
codeUploadAccess
?:
{
address
?:
string
;
addresses
?:
string
[]
;
permission
?:
AccessType
;
}
;
instantiateDefaultPermission
?:
AccessType
;
}
;
sequences
?:
{
idKey
?:
Uint8Array
;
value
?:
bigint
;
}
[]
;
}
)
:
GenesisState
;
fromProtoMsg
(
message
:
GenesisStateProtoMsg
)
:
GenesisState
;
toAmino
(
message
:
GenesisState
)
:
GenesisStateAmino
;
toAminoMsg
(
message
:
GenesisState
)
:
GenesisStateAminoMsg
;
toProto
(
message
:
GenesisState
)
:
Uint8Array
;
toProtoMsg
(
message
:
GenesisState
)
:
GenesisStateProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...