pub type Web3OwnershipOf<Runtime> = RevealedWeb3Name<<Runtime as Config>::Web3Name, BlockNumberFor<Runtime>>;

Aliased Type§

struct Web3OwnershipOf<Runtime> {
    pub web3_name: <Runtime as Config>::Web3Name,
    pub claimed_at: <<<Runtime as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,
}

Fields§

§web3_name: <Runtime as Config>::Web3Name

The web3name.

§claimed_at: <<<Runtime as Config>::Block as HeaderProvider>::HeaderT as Header>::Number

The block number on the provider chain in which it was linked to the DID subject.