pureInt method

Map<String, dynamic> pureInt(
  1. int value, [
  2. String type = BCS.U64
])

Implementation

Map<String, dynamic> pureInt(int value, [String type = BCS.U64]) {
		return _input('pure', Inputs.pure(value, type));
}