transfer_node

Function transfer_node 

Source
pub fn transfer_node<T: Config>(
    node: OpaquePeerId,
    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 Pezpallet::transfer_node.