Type alias CallDetailsWithHash

CallDetailsWithHash: {
    callHash: Hash;
    details: CallDetails;
}

Type declaration

Generated using TypeDoc