Skip to main content
Version: 1.4.2

Interface: DeleteChainConfigResult

Defined in: token-admin/types.ts:864

Unified result from deleteChainConfig on any chain family.

Example

TypeScript
const { txHash } = await admin.deleteChainConfig(wallet, params)
console.log(`Chain config deleted, tx: ${txHash}`)

Properties

txHash

txHash: string

Defined in: token-admin/types.ts:866

Transaction hash/signature.