RequiredSigner: {
    type: PATH;
    path: BIP32Path;
} | {
    type: HASH;
    hashHex: string;
}

Generated using TypeDoc