Class Option_TxOutZ

    • Method Detail

      • some

        public static Option_TxOutZ some​(TxOut o)
        Constructs a new COption_TxOutZ containing a crate::c_types::TxOut
      • none

        public static Option_TxOutZ none()
        Constructs a new COption_TxOutZ containing nothing
      • clone

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