inputCoins property

  1. @TagNumber(1)
List<ObjectRef> get inputCoins

The Sui coins to be used in this transaction, including the coin for gas payment.

Implementation

@$pb.TagNumber(1)
$core.List<ObjectRef> get inputCoins => $_getList(0);