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

    Type Alias ChainRef

    Some POST messages have a 'ref' field referencing other content

    type ChainRef = {
        chain: string;
        channel?: string;
        item_content: string;
        item_hash: string;
        item_type: string;
        sender: string;
        signature: string;
        time: number;
        type: post;
    }
    Index

    Properties

    chain: string
    channel?: string
    item_content: string
    item_hash: string
    item_type: string
    sender: string
    signature: string
    time: number
    type: post