pub type AccountCredentialsMap = BTreeMap<CredentialIndex, CredentialDeploymentInfo<IpPairing, ArCurve, AttributeKind>>;
Expand description

Mapping of credential indices to account credentials with proofs. This structure is used when sending transactions that update credentials.