Nostr v0.1.3
  • Pages
  • Modules

    View Source Nostr.Client.Request (Nostr v0.1.3)

    Transforms simple functions into JSON requests that relays can interpret

    Link to this section Summary

    Functions

    contacts(pubkey, limit)
    deletions(pubkeys, limit \\ 10)
    encrypted_direct_messages(pubkey, limit \\ 10)
    note(id)
    notes(pubkeys, limit \\ 10)
    profile(pubkey)
    reactions(pubkeys, limit \\ 10)
    reposts(pubkeys, limit \\ 10)

    Link to this section Functions

    Link to this function

    contacts(pubkey, limit)

    View Source
    Link to this function

    deletions(pubkeys, limit \\ 10)

    View Source
    Link to this function

    encrypted_direct_messages(pubkey, limit \\ 10)

    View Source
    Link to this function

    note(id)

    View Source
    Link to this function

    notes(pubkeys, limit \\ 10)

    View Source
    Link to this function

    profile(pubkey)

    View Source
    Link to this function

    reactions(pubkeys, limit \\ 10)

    View Source
    Link to this function

    reposts(pubkeys, limit \\ 10)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language