Interface: OwnershipResult
Defined in: token-admin/types.ts:1490
Result of transferOwnership, acceptOwnership, or executeOwnershipTransfer.
Example
TypeScript
const { txHash } = await admin.transferOwnership(wallet, params)
console.log(`Ownership proposed, tx: ${txHash}`)
Properties
txHash
txHash:
string
Defined in: token-admin/types.ts:1492
Transaction hash/signature.