web5_rust::dids::signing

Type Alias Signer

source
pub type Signer = Either<DidKeyPair, SecretKey>;

Aliased Type§

enum Signer {
    Left(DidKeyPair),
    Right(SecretKey),
}

Variants§