Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
AllowedMsgAllowance
Variable AllowedMsgAllowance
Allowed
Msg
Allowance
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
AllowedMsgAllowance
;
encode
(
message
:
AllowedMsgAllowance
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
AllowedMsgAllowanceAmino
)
:
AllowedMsgAllowance
;
fromAminoMsg
(
object
:
AllowedMsgAllowanceAminoMsg
)
:
AllowedMsgAllowance
;
fromPartial
(
object
:
{
$typeUrl
?:
"/cosmos.feegrant.v1beta1.AllowedMsgAllowance"
;
allowance
?:
|
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
|
{
$typeUrl
?:
"/cosmos.feegrant.v1beta1.BasicAllowance"
;
expiration
?:
Date
;
spendLimit
?:
{
amount
?:
string
;
denom
?:
string
;
}
[]
;
}
|
{
$typeUrl
?:
"/cosmos.feegrant.v1beta1.PeriodicAllowance"
;
basic
?:
{
$typeUrl
?:
"/cosmos.feegrant.v1beta1.BasicAllowance"
;
expiration
?:
Date
;
spendLimit
?:
{
amount
?:
string
;
denom
?:
string
;
}
[]
;
}
;
period
?:
{
nanos
?:
number
;
seconds
?:
bigint
;
}
;
periodCanSpend
?:
{
amount
?:
string
;
denom
?:
string
;
}
[]
;
periodReset
?:
Date
;
periodSpendLimit
?:
{
amount
?:
string
;
denom
?:
string
;
}
[]
;
}
|
(
{ $typeUrl?: "/cosmos.feegrant.v1beta1.AllowedMsgAllowance" | undefined; allowance?: { $typeUrl?: string | undefined; typeUrl?: string | undefined; value?: Uint8Array | undefined; } | { ...; } | { ...; } | ... | undefined; allowedMessages?: string[] | undefined; }
)
;
allowedMessages
?:
string
[]
;
}
)
:
AllowedMsgAllowance
;
fromProtoMsg
(
message
:
AllowedMsgAllowanceProtoMsg
)
:
AllowedMsgAllowance
;
toAmino
(
message
:
AllowedMsgAllowance
)
:
AllowedMsgAllowanceAmino
;
toAminoMsg
(
message
:
AllowedMsgAllowance
)
:
AllowedMsgAllowanceAminoMsg
;
toProto
(
message
:
AllowedMsgAllowance
)
:
Uint8Array
;
toProtoMsg
(
message
:
AllowedMsgAllowance
)
:
AllowedMsgAllowanceProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...