@substrate-system/ailuropoda
    Preparing search index...

    Function create

    • Create a new message by the given identity. This does not calculate the lipmaa link; it must be passed in.

      Parameters

      • user: Identity

        The identity that is creating the message

      • keys: EccKeys

        A keypair instance from @substrate-system/keys

      • opts: {
            content: Content;
            limpaalink?: string | null;
            prev: SignedPost | null | undefined;
            seq: number;
        }

        Message data

      Returns Promise<SignedPost>