Module Integration_test_lib.Network_keypair

type t = {
keypair : Signature_lib.Keypair.t;
secret_name : string;
public_key_file : string;
private_key_file : string;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val create_network_keypair : keypair:Signature_lib.Keypair.t -> secret_name:string -> t