pub fn set_current_client_release<T: Config>(
    client_name: BoundedVec<u8, <T as Config>::MaxNameLength>,
    release: ClientRelease<BoundedVec<u8, <T as Config>::MaxUriLength>, T::Hash>
)
Expand description

Sets the current client release version, in case of a bug fix or patch. Clients include the vault, oracle, and faucet.

Arguments

  • client_name - raw byte string representation of the client name (e.g. b"vault", b"oracle", b"faucet")
  • release - The release information for the given client_name

Warning: Doc-Only

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