@bicycle-codes/ailuropoda
    Preparing search index...

    Type Alias EncryptedPost

    type EncryptedPost = {
        content: string;
        metadata: SignedMetadata;
    }
    Index

    Properties

    Properties

    content: string
    metadata: SignedMetadata