@getalby/sdk
Preparing search index...
nwc
Nip47Transaction
Type Alias Nip47Transaction
type
Nip47Transaction
=
{
amount
:
number
;
created_at
:
number
;
description
:
string
;
description_hash
:
string
;
expires_at
:
number
;
fees_paid
:
number
;
invoice
:
string
;
metadata
?:
Nip47TransactionMetadata
;
payment_hash
:
string
;
preimage
:
string
;
settled_at
:
number
;
state
:
"settled"
|
"pending"
|
"failed"
;
type
:
"incoming"
|
"outgoing"
;
}
Index
Properties
amount
created_
at
description
description_
hash
expires_
at
fees_
paid
invoice
metadata?
payment_
hash
preimage
settled_
at
state
type
Properties
amount
amount
:
number
created_
at
created_at
:
number
description
description
:
string
description_
hash
description_hash
:
string
expires_
at
expires_at
:
number
fees_
paid
fees_paid
:
number
invoice
invoice
:
string
Optional
metadata
metadata
?:
Nip47TransactionMetadata
payment_
hash
payment_hash
:
string
preimage
preimage
:
string
settled_
at
settled_at
:
number
state
state
:
"settled"
|
"pending"
|
"failed"
NOTE: non-NIP-47 spec compliant
type
type
:
"incoming"
|
"outgoing"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
created_
at
description
description_
hash
expires_
at
fees_
paid
invoice
metadata
payment_
hash
preimage
settled_
at
state
type
@getalby/sdk
Loading...
NOTE: non-NIP-47 spec compliant