pub fn abilities_for_token(
    state: &AbstractState,
    token: &SignatureToken,
    type_paramters: &[AbilitySet]
) -> AbilitySet
Expand description

Given a signature token, returns the abilities of this token in the module context, and instantiation for the function.