toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "hash": hash,
      "type": type,
      "from": from,
      "to": to,
      "amount": amount,
      "tips": tips,
      "maxFee": maxFee,
      "nonce": nonce,
      "epoch": epoch,
      "payload": payload,
      "blockHash": blockHash,
      "usedFee": usedFee,
      "timestamp": timestamp,
    };