Origin constructor
Origin({})
Implementation
Origin({
required this.status,
required this.code,
required this.fee,
required this.rate,
required this.mtime,
required this.version,
required this.inputs,
required this.outputs,
required this.locktime,
required this.hex,
});