Vana SDK - v0.1.0
Preparing search index...
types/relayer
RelayerWebhookPayload
Interface RelayerWebhookPayload
Relayer webhook payload
interface
RelayerWebhookPayload
{
event
:
string
;
data
:
Record
<
string
,
unknown
>
;
timestamp
:
number
;
webhookId
:
string
;
signature
:
string
;
}
Index
Properties
event
data
timestamp
webhook
Id
signature
Properties
event
event
:
string
Event type
data
data
:
Record
<
string
,
unknown
>
Event data
timestamp
timestamp
:
number
Timestamp
webhook
Id
webhookId
:
string
Webhook ID
signature
signature
:
string
Signature for verification
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
data
timestamp
webhook
Id
signature
Vana SDK - v0.1.0
Loading...
Relayer webhook payload