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

    Type Alias BaseMessageProps<C>

    type BaseMessageProps<C extends MessageContent> = {
        chain: Blockchain;
        channel?: string;
        content: C;
        item_type: ItemType;
        sender: string;
        time: number;
        type: keyof MessageTypeMap<C>;
    }

    Type Parameters

    Index

    Properties

    chain: Blockchain
    channel?: string
    content: C
    item_type: ItemType
    sender: string
    time: number
    type: keyof MessageTypeMap<C>