interface KeygenParticipant {
    address: string;
    pubKey: string;
    weight: Uint8Array;
}

Properties

Properties

address: string
pubKey: string
weight: Uint8Array

Generated using TypeDoc