Skip to main content

Import

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

Usage

const transaction = await account.prepareTransaction({
  chain,
  calls: [addOwner(owner)],
})

Parameters

owner
`0x${string}`
required
Owner address

Returns

call
CalldataInput
Call to add the owner