Struct fractal_dto::PublicKeysDTO [] [src]

pub struct PublicKeysDTO {
    pub public_sign_key: String,
    pub public_encrypt_key: String,
}

Holds both public and signing keys encoded in base64

Fields

Trait Implementations

impl Decodable for PublicKeysDTO
[src]

impl Encodable for PublicKeysDTO
[src]

impl DTO for PublicKeysDTO
[src]