Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
QueryContractHistoryRequest
Variable QueryContractHistoryRequest
Query
Contract
History
Request
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
QueryContractHistoryRequest
;
encode
(
message
:
QueryContractHistoryRequest
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
QueryContractHistoryRequestAmino
)
:
QueryContractHistoryRequest
;
fromAminoMsg
(
object
:
QueryContractHistoryRequestAminoMsg
)
:
QueryContractHistoryRequest
;
fromPartial
(
object
:
{
address
?:
string
;
pagination
?:
{
countTotal
?:
boolean
;
key
?:
Uint8Array
;
limit
?:
bigint
;
offset
?:
bigint
;
reverse
?:
boolean
;
}
;
}
)
:
QueryContractHistoryRequest
;
fromProtoMsg
(
message
:
QueryContractHistoryRequestProtoMsg
)
:
QueryContractHistoryRequest
;
toAmino
(
message
:
QueryContractHistoryRequest
)
:
QueryContractHistoryRequestAmino
;
toAminoMsg
(
message
:
QueryContractHistoryRequest
)
:
QueryContractHistoryRequestAminoMsg
;
toProto
(
message
:
QueryContractHistoryRequest
)
:
Uint8Array
;
toProtoMsg
(
message
:
QueryContractHistoryRequest
)
:
QueryContractHistoryRequestProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...