@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/account-sync-services
index
HeliusAccountWebhookService
Class HeliusAccountWebhookService
Index
Constructors
constructor
Methods
create
get
search
update
Constructors
constructor
new
HeliusAccountWebhookService
(
__namedParameters
:
{
heliusWebhookClient
:
HeliusWebhookClient
;
heliusWebhookDestinationAuthHeader
:
string
;
heliusWebhookDestinationUrl
:
string
;
webhookEnv
:
"dev"
|
"prod"
;
}
,
)
:
HeliusAccountWebhookService
Parameters
__namedParameters
:
{
heliusWebhookClient
:
HeliusWebhookClient
;
heliusWebhookDestinationAuthHeader
:
string
;
heliusWebhookDestinationUrl
:
string
;
webhookEnv
:
"dev"
|
"prod"
;
}
Returns
HeliusAccountWebhookService
Methods
create
create
(
args
:
{
accountAddresses
:
string
[]
}
)
:
Promise
<
AccountHeliusWebhook
>
Parameters
args
:
{
accountAddresses
:
string
[]
}
Returns
Promise
<
AccountHeliusWebhook
>
get
get
(
args
:
{
id
:
string
}
)
:
Promise
<
AccountHeliusWebhook
|
null
>
Parameters
args
:
{
id
:
string
}
Returns
Promise
<
AccountHeliusWebhook
|
null
>
search
search
()
:
Promise
<
AccountHeliusWebhook
[]
>
Returns
Promise
<
AccountHeliusWebhook
[]
>
update
update
(
__namedParameters
:
{
data
:
{
accountAddresses
:
string
[]
}
;
id
:
string
}
,
)
:
Promise
<
void
>
Parameters
__namedParameters
:
{
data
:
{
accountAddresses
:
string
[]
}
;
id
:
string
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
get
search
update
@cfxlabsinc/b2b-services
Loading...