OutputModel.from constructor

OutputModel.from(
  1. OutputModel other
)

Implementation

OutputModel.from(OutputModel other) {
  script = other.script;
  value = other.value;
  address = other.address;
}