web5_rust::dids::signing

Type Alias Signer

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

Aliased Type§

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

Variants§

§

Left(DidKeyPair)

A value of type L.

§

Right(SecretKey)

A value of type R.