Class Option_NetAddressZ

    • Method Detail

      • some

        public static Option_NetAddressZ some​(NetAddress o)
        Constructs a new COption_NetAddressZ containing a crate::lightning::ln::msgs::NetAddress
      • none

        public static Option_NetAddressZ none()
        Constructs a new COption_NetAddressZ containing nothing
      • clone

        public Option_NetAddressZ clone()
        Creates a new COption_NetAddressZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
        Overrides:
        clone in class Object