Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
AuthInfo
Variable AuthInfo
Auth
Info
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
AuthInfo
;
encode
(
message
:
AuthInfo
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
AuthInfoAmino
)
:
AuthInfo
;
fromAminoMsg
(
object
:
AuthInfoAminoMsg
)
:
AuthInfo
;
fromPartial
(
object
:
{
fee
?:
{
amount
?:
{
amount
?:
string
;
denom
?:
string
;
}
[]
;
gasLimit
?:
bigint
;
granter
?:
string
;
payer
?:
string
;
}
;
signerInfos
?:
{
modeInfo
?:
{
multi
?:
{
bitarray
?:
{
elems
?:
...
;
extraBitsStored
?:
...
;
}
;
modeInfos
?:
(
...
)
[]
;
}
;
single
?:
{
mode
?:
SignMode
;
}
;
}
;
publicKey
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
;
sequence
?:
bigint
;
}
[]
;
}
)
:
AuthInfo
;
fromProtoMsg
(
message
:
AuthInfoProtoMsg
)
:
AuthInfo
;
toAmino
(
message
:
AuthInfo
)
:
AuthInfoAmino
;
toAminoMsg
(
message
:
AuthInfo
)
:
AuthInfoAminoMsg
;
toProto
(
message
:
AuthInfo
)
:
Uint8Array
;
toProtoMsg
(
message
:
AuthInfo
)
:
AuthInfoProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...