Automations
Automations SDK
signAutomation

signAutomation

Signs the automation hash with your account signer in order to activate the automation.

Usage

const response = await automationClient.signAutomation({
  automationId: 'your-automation-id',
  signature: '0x...',
})

Parameters

automationId

  • Type: string

Id of the automation to sign.

signature

Signature of the automation hash you got when creating the automation.

Returns

success

  • Type: boolean

True if the automation is signed successfully.