Interface IOutboundGroupSessionKey

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

Properties

Properties

chain_index: number
key: string

Generated using TypeDoc