OutMessage constructor

OutMessage({
  1. required InternalAddress address,
  2. required BigInt amount,
  3. String? stateInit,
  4. String? payload,
})

Implementation

OutMessage({required this.address, required this.amount, this.stateInit, this.payload});