export interface MultisigResponse {
    signingPeers: string[];
    transaction: string;
    signature: string;
}
