toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'batchNum': batchNum,
      'accountIndex': accountIndex,
      'itemId': itemId,
      'merkleProof': merkleProof!.toJson(),
      'balance': balance,
      'instantWithdrawn': instantWithdraw,
      'delayedWithdrawRequest': delayedWithdrawRequest,
      'delayedWithdrawn': delayedWithdraw,
      'token': token!.toJson(),
      'bjj': bjj,
      'hezEthereumAddress': hezEthereumAddress
    };