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

    Type Alias MessageBuilderConfig<C>

    type MessageBuilderConfig<C> = {
        account: Account;
        channel?: string;
        content: C;
        storageEngine: ItemType;
        timestamp: number;
    }

    Type Parameters

    • C
    Index

    Properties

    account: Account
    channel?: string
    content: C
    storageEngine: ItemType
    timestamp: number