Docs.rs
  • gl-plugin-0.2.0
    • gl-plugin 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cdecker
    • bitcoin-bot
    • Dependencies
      • anyhow ^1 normal
      • async-stream ^0.3 normal
      • base64 ^0.21.7 normal
      • bytes ^1 normal
      • clightningrpc ^0.2 normal
      • cln-grpc =0.1.8 normal
      • cln-plugin ^0.1 normal
      • cln-rpc ^0.1.8 normal
      • env_logger ^0.7.1 normal
      • futures ^0.3 normal
      • gl-client ^0.2.0 normal
      • governor ^0.5 normal
      • hex ^0.4 normal
      • hyper ^0.14.28 normal
      • lazy_static ^1.4.0 normal
      • linemux ^0.2 normal
      • log ^0.4 normal
      • nix ^0 normal
      • prost ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1 normal
      • sled ^0.34 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • tokio-stream ^0.1 normal
      • tokio-util ^0.7 normal
      • tonic ^0.8 normal
      • tower ^0.4 normal
      • vls-protocol ^0.11.0 normal
      • tonic-build ^0.8 build
    • Versions
    • 17.09% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

gl_plugin0.2.0

Module messages

  • Structs
  • Enums
  • Functions

In crate gl_plugin

Module gl_plugin::messages

source ·

Structs§

  • Amount
  • CommitmentRevocationCall
  • Custommsg
  • DisconnectNotification
  • GetManifestCall
  • GetManifestResult
  • HtlcAcceptedCall
  • HtlcAcceptedCallHtlc
  • HtlcAcceptedCallOnion
  • HtlcAcceptedResponse
  • InitCall
  • InvoicePaymentCall
  • InvoicePaymentCallPayment
  • ParserError
  • Peer
  • PeerConnectedCall
    PeerConnectedCall is the the message that is returned by the peer_connected hook.
  • PluginOption
  • PluginRpcMethod
  • TlvField

Enums§

  • Direction
  • JsonRpc
  • MyNotifications
  • MyRequests

Functions§

  • buffer_to_hex
    Serializes buffer to a lowercase hex string.
  • hex_to_buffer
    Deserializes a lowercase hex string to a Vec<u8>.