interface MsgData {
    data: Uint8Array;
    msgType: string;
}

Properties

Properties

data: Uint8Array
msgType: string