AddressStake constructor
AddressStake({})
Implementation
AddressStake({
required this.epoch,
required this.timestamp,
required this.hash,
required this.direction,
required this.validator,
required this.withdrawer,
required this.input_value,
required this.stake_value,
required this.confirmed,
});