jsonMap method

Map<String, dynamic> jsonMap()
override

Implementation

Map<String, dynamic> jsonMap() {
  return {
    'hash': hash,
    'epoch': epoch,
    'timestamp': timestamp,
    'block': block,
    'confirmed': confirmed,
    'reverted': reverted,
    'validator': validator,
    'withdrawer': withdrawer,
    'unstake_value': unstakeValue,
    'fee': fee,
    'nonce': nonce,
    'weight': weight,
    'txnHash': txnHash,
    'status': status,
    'type': type,
    'txnTime': txnTime,
    'blockHash': blockHash,
  };
}