@aleph-sdk/monorepo
    Preparing search index...

    Type Alias SocketResponse

    type SocketResponse = {
        _id?: string;
        chain: Blockchain;
        channel: string;
        confirmations?: boolean;
        confirmed: boolean;
        content: BaseContent;
        hash_type?: string;
        item_content?: string;
        item_hash: string;
        item_type: ItemType;
        sender: string;
        signature: string;
        size: number;
        time: number;
        type: MessageType;
    }
    Index

    Properties

    _id?: string
    chain: Blockchain
    channel: string
    confirmations?: boolean
    confirmed: boolean
    content: BaseContent
    hash_type?: string
    item_content?: string
    item_hash: string
    item_type: ItemType
    sender: string
    signature: string
    size: number
    time: number