AddressValueTransferInfo constructor
AddressValueTransferInfo({})
Implementation
AddressValueTransferInfo({
required this.epoch,
required this.timestamp,
required this.hash,
required this.direction,
required this.inputAddresses,
required this.outputAddresses,
required this.value,
required this.fee,
required this.weight,
required this.priority,
required this.locked,
required this.confirmed,
});