Skip to main content

Import

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

Usage

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

Parameters

pubKeyX
bigint
required
Public key X
pubKeyY
bigint
required
Public key Y

Returns

call
CalldataInput
Call to remove the passkey owner