Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentRPCProtocolVersion ¶
func CurrentRPCProtocolVersion() looprpc.StaticAddressProtocolVersion
CurrentRPCProtocolVersion returns the RPC protocol version selected to be used for new swaps.
Types ¶
type AddressProtocolVersion ¶
type AddressProtocolVersion uint32
AddressProtocolVersion represents the protocol version (declared on rpc level) that the client declared to us.
const ( // ProtocolVersion_V0 indicates that the client is a legacy version // that did not report its protocol version. ProtocolVersion_V0 AddressProtocolVersion = 0 )
func (AddressProtocolVersion) String ¶
func (p AddressProtocolVersion) String() string
String returns the string representation of a protocol version.
func (AddressProtocolVersion) Valid ¶
func (p AddressProtocolVersion) Valid() bool
Valid returns true if the value of the AddressProtocolVersion is valid.
Click to show internal directories.
Click to hide internal directories.