Type Definition hdk::prelude::CapGrantEntry

pub type CapGrantEntry = ZomeCallCapGrant;
Expand description

The data type written to the source chain when explicitly granting a capability. NB: this is not simply CapGrant, because the CapGrant::ChainAuthor grant is already implied by Entry::Agent, so that should not be committed to a chain. This is a type alias because if we add other capability types in the future, we may want to include them