Skip to content

ChangeOwnershipParameters

ChangeOwnershipParameters = object

Defined in: src/actions/wallet/changeOwnership.ts:14

Parameters for the changeOwnership function.

  • entityKey: The key of the entity.
  • newOwner: The address of the new owner.

entityKey: Hex

Defined in: src/actions/wallet/changeOwnership.ts:15


newOwner: Hex

Defined in: src/actions/wallet/changeOwnership.ts:16