@getalby/sdk
Preparing search index...
webln
ListTransactionsArgs
Type Alias ListTransactionsArgs
type
ListTransactionsArgs
=
{
from
?:
number
;
limit
?:
number
;
offset
?:
number
;
type
?:
"incoming"
|
"outgoing"
;
unpaid
?:
boolean
;
until
?:
number
;
}
Index
Properties
from?
limit?
offset?
type?
unpaid?
until?
Properties
Optional
from
from
?:
number
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
type
type
?:
"incoming"
|
"outgoing"
Optional
unpaid
unpaid
?:
boolean
Optional
until
until
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
limit
offset
type
unpaid
until
@getalby/sdk
Loading...