jsonMap method

Map<String, dynamic> jsonMap()

Implementation

Map<String, dynamic> jsonMap() {
  return {
    'epoch': epoch,
    'timestamp': timestamp,
    'hash': hash,
    'direction': direction,
    'validator': validator,
    'withdrawer': withdrawer,
    'input_value': input_value,
    'stake_value': stake_value,
    'confirmed': confirmed,
  };
}