Skip to main content

Module webhook

Module webhook 

Source

Structs§

ActivateWebhookParams
Parameters for activate_webhook.
BitcoinWalletFilterTemplate
Template arguments for a Bitcoin wallet filter.
CreateWebhookFromTemplateParams
Parameters for create_webhook_from_template.
EvmAbiFilterTemplate
Template arguments for an EVM ABI filter: decodes and filters events for a set of contracts using a provided ABI.
EvmContractEventsTemplate
Template arguments for filtering EVM contract events, optionally scoped to a specific set of event topic hashes.
EvmWalletFilterTemplate
Template arguments for an EVM wallet filter: matches activity for a list of wallet addresses.
GetWebhooksParams
Parameters for list_webhooks.
HyperliquidWalletEventsFilterTemplate
Template arguments for a Hyperliquid wallet-events filter.
ListWebhooksResponse
Response from list_webhooks.
SolanaWalletFilterTemplate
Template arguments for a Solana wallet filter: matches activity for a list of Solana account addresses.
StellarWalletTransactionsFilterTemplate
Template arguments for a Stellar wallet-transactions filter, matching transactions where the given wallets are the source account.
UpdateWebhookParams
Parameters for update_webhook. All fields are optional; only set fields are modified.
UpdateWebhookTemplateParams
Parameters for update_webhook_template.
Webhook
A webhook’s full configuration and current state.
WebhookDestinationAttributes
Destination configuration for a webhook.
WebhookEnabledCountResponse
Response from get_enabled_count for webhooks.
WebhookPageInfo
Pagination metadata returned alongside a paginated webhooks list.
XrplWalletFilterTemplate
Template arguments for an XRPL wallet filter.

Enums§

TemplateArgs
Template identifier paired with its arguments. Exactly one variant selects which filter is applied. Consumed by create_webhook_from_template and update_webhook_template.
WebhookStartFrom
Position a webhook begins (or resumes) delivering from when activated.
WebhookTemplateId
Identifier of a predefined webhook filter template.