Attest

Attest

Subnet nodes can attest to the chosen validators' consensus data on each epoch.

pub fn attest(
    origin: OriginFor<T>,
    subnet_id: u32
) -> DispatchResultWithPostInfo

Parameters

  • subnet_id: The key of the subnet.

Last updated