Module Sign.Request

type t = {
  1. pkh : pkh;
  2. data : Tezos_base.TzPervasives.Bytes.t;
  3. signature : Tezos_crypto.Signature.t option;
}