Function clients_info::pallet::dispatchables::set_pending_client_release
source · pub fn set_pending_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 pending client release version. To be batched alongside the
parachainSystem.authorizeUpgrade
Cumulus call.
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 givenclient_name
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_pending_client_release
.