pub fn transfer_node<T: Config>(
    node: PeerId,
    owner: <<T as Config>::Lookup as StaticLookup>::Source
)
Expand description

A node can be transferred to a new owner.

  • node: identifier of the node.
  • owner: new owner of the node.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::transfer_node.