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

    Type Alias HashedMessageProps<C>

    HashedMessageProps: BaseMessageProps<C> & {
        item_content?: string;
        item_hash: string;
    }

    Type Parameters