OriginInput constructor

OriginInput({
  1. required Prevout prevout,
  2. required int sequence,
  3. required Coin coin,
  4. required Path path,
})

Implementation

OriginInput({
  required this.prevout,
  required this.sequence,
  required this.coin,
  required this.path,
});