module XRBP::Overlay

The Overlay is the Peer-to-Peer (P2P) network established by rippled node instances to each other. It is what is used to relay transactions and network state as the consensus process is executed.

This module facilitates communication with the Overlay P2P network from Ruby.

Constants

MESSAGES

Map of Protocol Message Type to Class

See {github.com/ripple/rippled/blob/develop/src/ripple/overlay/impl/ProtocolMessage.h ProtocolMessage.h}

Public Class Methods

create_msg(hash) click to toggle source
# File lib/xrbp/overlay/messages.rb, line 27
def self.create_msg(hash)
  # ...
end