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