interface IOutboundGroupSessionKey {
    chain_index: number;
    key: string;
}

Properties

Properties

chain_index: number
key: string