gas property

Map<String, dynamic> get gas

Returns an argument for the gas coin, to be used in a transaction.

Implementation

Map<String, dynamic> get gas {
	return { "\$kind": 'GasCoin', "GasCoin": true };
}