Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
QueryContractHistoryResponse
Variable QueryContractHistoryResponse
Query
Contract
History
Response
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
QueryContractHistoryResponse
;
encode
(
message
:
QueryContractHistoryResponse
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
QueryContractHistoryResponseAmino
)
:
QueryContractHistoryResponse
;
fromAminoMsg
(
object
:
QueryContractHistoryResponseAminoMsg
)
:
QueryContractHistoryResponse
;
fromPartial
(
object
:
{
entries
?:
{
codeId
?:
bigint
;
msg
?:
Uint8Array
;
operation
?:
ContractCodeHistoryOperationType
;
updated
?:
{
blockHeight
?:
bigint
;
txIndex
?:
bigint
;
}
;
}
[]
;
pagination
?:
{
nextKey
?:
Uint8Array
;
total
?:
bigint
;
}
;
}
)
:
QueryContractHistoryResponse
;
fromProtoMsg
(
message
:
QueryContractHistoryResponseProtoMsg
)
:
QueryContractHistoryResponse
;
toAmino
(
message
:
QueryContractHistoryResponse
)
:
QueryContractHistoryResponseAmino
;
toAminoMsg
(
message
:
QueryContractHistoryResponse
)
:
QueryContractHistoryResponseAminoMsg
;
toProto
(
message
:
QueryContractHistoryResponse
)
:
Uint8Array
;
toProtoMsg
(
message
:
QueryContractHistoryResponse
)
:
QueryContractHistoryResponseProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...