ModuleBytesDeployItem.fromAmount constructor

ModuleBytesDeployItem.fromAmount(
  1. BigInt amount
)

Implementation

ModuleBytesDeployItem.fromAmount(BigInt amount) : super.withArgs([NamedArg('amount', ClValue.u512(amount))]) {
  moduleBytes = Uint8List.fromList([]);
}