Skip to main content

Import

import { enable } from '@rhinestone/sdk/actions/ecdsa'

Usage

const transaction = await account.prepareTransaction({
  chain,
  calls: [enable(owners, threshold)],
})

Parameters

owners
`0x${string}`[]
required
Owners to use for authentication
threshold
number
required
Threshold for the owners

Returns

call
LazyCallInput
Calls to enable ECDSA authentication