Type Alias MultiKeySignerInternal

MultiKeySigner: {
    type: "keys";
    data: {
        ids: string[];
    };
}