OutMessage constructor
OutMessage({
- required InternalAddress address,
- required BigInt amount,
- String? stateInit,
- String? payload,
Implementation
OutMessage({required this.address, required this.amount, this.stateInit, this.payload});