gas property

Map<String, String> gas

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

Implementation

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