AppleSauce
    Preparing search index...

    Type Alias CommentAddressPointer

    type CommentAddressPointer = {
        id?: string;
        identifier: string;
        kind: number;
        pubkey: string;
        relay?: string;
        type: "address";
    }
    Index

    Properties

    id?: string
    identifier: string
    kind: number
    pubkey: string
    relay?: string
    type: "address"