Skip to main content

Import

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

Usage

const transaction = await account.prepareTransaction({
  chain,
  calls: [removeOwner(prevOwner, ownerToRemove)],
})

Parameters

prevOwner
`0x${string}`
required
Previous owner address
ownerToRemove
`0x${string}`
required
Owner to remove

Returns

call
CalldataInput
Call to remove the owner