@opensubaccounts/sdk
Preparing search index...
AllowanceRequest
Type Alias AllowanceRequest
Single allowance request that can be bundled into a batch.
type
AllowanceRequest
=
{
amount
:
bigint
;
nonce
:
bigint
;
subaccount
:
`
0x
${
string
}
`
;
timeframe
:
bigint
;
token
:
`
0x
${
string
}
`
;
}
Index
Properties
amount
nonce
subaccount
timeframe
token
Properties
amount
amount
:
bigint
nonce
nonce
:
bigint
subaccount
subaccount
:
`
0x
${
string
}
`
timeframe
timeframe
:
bigint
token
token
:
`
0x
${
string
}
`
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
nonce
subaccount
timeframe
token
@opensubaccounts/sdk
Loading...
Single allowance request that can be bundled into a batch.