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

    Type Alias CostComputableMessage<C>

    CostComputableMessage: Omit<
        HashedMessage<C>,

            | "content"
            | "time"
            | "chain"
            | "sender"
            | "channel"
            | "getVerificationBuffer"
            | "isOfType"
            | "getEstimatedCostRequestSchema",
    >

    Type Parameters