AppleSauce
    Preparing search index...

    Type Alias AddressPointer

    type AddressPointer = {
        identifier: string;
        kind: number;
        pubkey: string;
        relays?: string[];
    }
    Index

    Properties

    identifier: string
    kind: number
    pubkey: string
    relays?: string[]