Tooling
Module SDK
Modules
getDeleteAutoSavingConfigAction

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getDeleteAutoSavingConfigAction

Get the action to delete the auto-save configuration for a token.

Usage

const action = await getDeleteAutoSavingConfigAction({
  client,
  account,
  token: '0x123...',
})

Parameters

client

  • Type: PublicClient

The rpc client to use for the chain you want to query.

account

The account to delete the auto-save configuration for.

token

The address of the token to delete the auto-save configuration for.

Returns

action

The action to delete the auto-savings configuration.