pub trait MNKeyObjectDesc: PublicKeyObjectDesc {
// Required method
fn mn_public_key(&self) -> &MNPublicKey;
}
Expand description
Multi public key Authorized object, explicitly using the PublicKey::MN type The object that implements the Trait must also implement the PublicKeyObjectDesc
Required Methods§
fn mn_public_key(&self) -> &MNPublicKey
Implementations on Foreign Types§
Source§impl MNKeyObjectDesc for MNPublicKey
impl MNKeyObjectDesc for MNPublicKey
fn mn_public_key(&self) -> &MNPublicKey
Implementors§
impl<T> MNKeyObjectDesc for NamedObjectDesc<T>
§NamedObjectDesc 的 MNKeyObjectDesc 自动实现
如果 T::PublicKeyType 实现了 MNKeyObjectDesc+PublicKeyObjectDesc 则自动实现了 MNKeyObjectDesc+PublicKeyObjectDesc