Transaction constructor
Transaction({
- XCBAddress? from,
- XCBAddress? to,
- int? maxEnergy,
- XCBAmount? energyPrice,
- XCBAmount? value,
- Uint8List? data,
- int? nonce,
Implementation
Transaction({
this.from,
this.to,
this.maxEnergy,
this.energyPrice,
this.value,
this.data,
this.nonce,
});