Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
auth/types
CheckoutResult
Interface CheckoutResult
interface
CheckoutResult
{
apiKey
?:
string
;
error
?:
string
;
paymentIntentId
:
string
;
projectId
?:
string
;
status
:
"failed"
|
"completed"
|
"expired"
|
"timeout"
;
txSignature
:
string
|
null
;
}
Index
Properties
api
Key?
error?
payment
Intent
Id
project
Id?
status
tx
Signature
Properties
Optional
api
Key
apiKey
?:
string
Optional
error
error
?:
string
payment
Intent
Id
paymentIntentId
:
string
Optional
project
Id
projectId
?:
string
status
status
:
"failed"
|
"completed"
|
"expired"
|
"timeout"
tx
Signature
txSignature
:
string
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api
Key
error
payment
Intent
Id
project
Id
status
tx
Signature
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...